Skip to content

Instantly share code, notes, and snippets.

@naoyat
Last active December 11, 2015 14:18
Show Gist options
  • Save naoyat/4612899 to your computer and use it in GitHub Desktop.
Save naoyat/4612899 to your computer and use it in GitHub Desktop.
(asahi.comで)'PrImage'クラスのエレメントを非表示にしたい時に使う即席ブックマークレット。
javascript:Array.prototype.slice.call(document.getElementsByClassName('PrImage'),0).forEach(function(element,index,array){element.style.display='none';});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment