Skip to content

Instantly share code, notes, and snippets.

@szz
Last active December 23, 2021 14:37
Show Gist options
  • Select an option

  • Save szz/482666a3a30385edff06a5d62f78a186 to your computer and use it in GitHub Desktop.

Select an option

Save szz/482666a3a30385edff06a5d62f78a186 to your computer and use it in GitHub Desktop.
// put it into a bookmark and use it whenever it needs
// currently: totalcar
javascript:(function(){
$("img[src*='/assets/images/common/adblock/']")[0].parentElement.parentElement.parentElement.remove();
document.querySelector("body").style.overflow = "visible";
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment