Skip to content

Instantly share code, notes, and snippets.

Created December 15, 2014 09:02
Show Gist options
  • Save anonymous/1f421cc1c92ed0a5f882 to your computer and use it in GitHub Desktop.
Save anonymous/1f421cc1c92ed0a5f882 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Läsbar di.se
// @namespace org.blom.martin
// @include http://www.di.se/
// @version 1
// @grant none
// ==/UserScript==
document.getElementsByTagName('frameset')[0].rows="0,0,*";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment