2016-01-20

Safari拡張機能で document.write を書き換える

こいつをブロックしたい→http://partsa.nikkei.com/parts/js/ab/rtcontrol_rcmd002_02.js

Safari拡張Chromeのものとほぼ同等なので、Chrome拡張での方法検索

Chrome拡張でページのグローバル変数アクセスしたい https://note.mu/kkotaro0111/n/nd527d31957a7

ビンゴ

location.href = 'javascript: document._write = document.write;' +
	'document.write = function() {};' +
	'void 0;';

記事への反応(ブックマークコメント)

ログイン ユーザー登録
ようこそ ゲスト さん