Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Wowhead Auto-Expand
  3. // @namespace whexpand
  4. // @description Automatically hides the ads and expands the page
  5. // @include http://*wowhead.com/*
  6. // ==/UserScript==
  7.  
  8. document.body.setAttribute('onload','g_expandSite()');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement