Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist

Browse Tubantia.nl with javascript disabled

View tubantia.js
1 2 3 4 5 6 7 8 9 10
// ==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";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.