- 278 名前:名無しさん@お腹いっぱい。 [2011/04/17(日) 13:43:53.26 ID:g7KpTA/70]
- 右クリックの名前を付けて保存でファイル名 userChrome.js
ファイルの種類 すべてのファイルにしても中はこれなのですが ちがうのでは無いでしょうか? <html> <script type="text/javascript"> if (location.href.match(/\?url=.*?&b64url=/)) { var url = atob(RegExp.rightContext); } else if (location.href.match(/\?url=/)) { var url = RegExp.rightContext; } document.open(); document.write('<meta http-equiv="refresh" content="0;url=' + url + '">'); document.close(); </script> </html>
|

|