忍者バリアーを無効化するgreasemonkeyスクリプト

http://d.hatena.ne.jp/ruby-U/20090508/1241777614
以下でも一応行けたんだが、なぜか真っ黒い領域が表示されてしまうので上記URLのスクリプトをそのまま使わせてもらった。

// @require     http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js
var shinobiCnt = 0;
shinobiCnt += $("noscript    a[href   *='shinobi']").remove().length;
shinobiCnt += $("noscript meta[content*='shinobi']").remove().length;

if (shinobiCnt > 0) { $(window).load(function(){ window.stop(); }) }