Tubantia without javascript

Makes it possible to browse tubantia.nl without javascript enabled (noscript)

// ==UserScript==
// @name        Tubantia without javascript
// @namespace   tubantiawithoutjavascript
// @description Makes it possible to browse tubantia.nl without javascript enabled (noscript)
// @include     http://www.tubantia.nl/*
// @include     https://www.tubantia.nl/*
// @include     http://www.gelderlander.nl/*
// @include     https://www.gelderlander.nl/*
// @version     3
// @grant       none
// ==/UserScript==
var mydivs = document.getElementsByClassName('dialog-wrapper dialog-no-script');
mydivs.item(0).style.visibility = "hidden";

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址