Return to Snippet

Revision: 35288
at November 5, 2010 02:38 by choise


Initial Code
var containsAppleStuff = $("body").html().search(new RegExp("apple|mac", "i"));
if(0 < containsAppleStuff) { $("body").css('display','none'); }

Initial URL


Initial Description


Initial Title
disable web pages including apple stuff =/

Initial Tags
js, mac, jquery

Initial Language
jQuery