Tubantia without javascript

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

As of 18/03/2015. See the latest version.

// ==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 http://www.gelderlander.nl/*
// @version 2
// @grant none
// ==/UserScript==
var mydivs = document.getElementsByClassName('dialog-wrapper dialog-no-script');
mydivs.item(0).style.visibility = "hidden";