You can clone with HTTPS or SSH.
// ==UserScript== // @name Tubantia without javascript // @namespace tubantiawithoutjavascript // @description Makes it possible to browse tubantia.nl without javascript enabled (noscript) // @include http://www.tubantia.nl/* // @version 1 // @grant none // @downloadURL none // ==/UserScript==<< var mydivs = document.getElementsByClassName('dialog-wrapper dialog-no-script'); mydivs.item(0).style.visibility = "hidden";