NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name jstris+ // @namespace https://openuserjs.org/users/freyhoe // @version 0.1 // @description jstris fx and matchmaking // @author freyhoe and orznull // @match https://jstris.jezevec10.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=jezevec10.com // @grant none // @run-at document-start // @require https://raw.githubusercontent.com/freyhoe/Jstris-/main/jstris+.js // @license MIT // @copyright 2022, freyhoe (https://openuserjs.org/users/freyhoe) // ==/UserScript== (function() { 'use strict'; console.log("JSTRIS+"); })();