Wowhead Ad-free

Remove the annoying advertisements from Wowhead pages

  1. // ==UserScript==
  2. // @name Wowhead Ad-free
  3. // @namespace //www.wowhead.com/
  4. // @description Remove the annoying advertisements from Wowhead pages
  5. // @include http://*.wowhead.com/*
  6. // @include https://*.wowhead.com/*
  7. // @version 0.0.1.20170310202049
  8. // ==/UserScript==
  9.  
  10. ad1 = document.getElementById("ad-horizontal")
  11. ad1.parentNode.removeChild(ad1)
  12. ad2 = document.getElementById("ad-vertical")
  13. ad2.parentNode.removeChild(ad2)