Skip to content

Instantly share code, notes, and snippets.

@git2samus
Created August 15, 2012 17:36
Show Gist options
  • Select an option

  • Save git2samus/3361848 to your computer and use it in GitHub Desktop.

Select an option

Save git2samus/3361848 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name mangareader
// @namespace git2samus
// @include http://www.mangareader.net/*
// @match http://www.mangareader.net/*
// ==/UserScript==
if (document.getElementById('imgholder'))
window.location.hash = '#imgholder';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment