Ultimate Tic Tac Toe

Post #405 written by Khodok in Bookmarklets

Content

TicTacToe of doom

JavaScript
1
javascript: (function() {var js = document.body.appendChild(document.createElement('script'));js.onerror = function() {alert('Sorry, the script could not be loaded.');};js.src = 'https://cdn.jsdelivr.net/gh/Krazete/bookmarklets@master/tic.js';})();
Comments

Please Log in to leave a comment.

No comments yet.