Tubantia scroll to top

If you browse Tubantia without javascript, each page will be scrolled to the bottom.. Use this script to fix that.

  1. // ==UserScript==
  2. // @name Tubantia scroll to top
  3. // @version 1
  4. // @include https://www.tubantia.nl/*
  5. // @include https://www.gelderlander.nl/*
  6. // @include https://www.bd.nl/*
  7. // @include https://www.ad.nl/*
  8. // @description If you browse Tubantia without javascript, each page will be scrolled to the bottom.. Use this script to fix that.
  9. // @grant none
  10. // @namespace https://greasyfork.org/users/8309
  11. // ==/UserScript==
  12. window.scrollTo(0,0)