■掲示板に戻る■ 全部 1- 101- 201- 301- 401- 501- 601- 701- 801-844 前100 新着レス 最新50

ギコナビに対する要望を書き殴るスレッド Part2

843 名前:名無しさん(,,゚Д゚)ピンポーン 投稿日:2023/07/15(土) 11:18:07 ID:Z.i2P3yc
NichGoch.htm
<!-- 5chURLに置換してクリップボードにコピー -->
<script language="jscript" defer>
<!-- 右クリックしたものを取得 -->
var str = external.menuArguments.event.srcElement.href;
<!-- 直リンのjump.2ch.net除去 -->
str = str.replace("://jump.2ch.net/?http", "");
<!-- ドメイン部の2ch を 5ch に -->
str = str.replace(".2ch.net/", ".5ch.net/");
<!-- 末尾l50の除去 -->
str = str.replace("/l50", "/");
<!-- https化したくない場合は以下の行を無効に -->
str = str.replace("http://", "https://");
<!-- クリップボードに文字列として格納 -->
clipboardData.setData("Text", str);
</script>

844 名前:名無しさん(,,゚Д゚)ピンポーン 投稿日:2023/07/15(土) 11:19:20 ID:Z.i2P3yc
NichGoch.reg
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\MenuExt\5chURLに置換してコピー]
"contexts"=dword:0x00000020
@="D:\gikonavi\NichGoch.htm"

216 KB
掲示板に戻る 全部 1- 101- 201- 301- 401- 501- 601- 701- 801-844 前100 新着レス 最新50
 名前: コマンド/メール(省略可):
read.cgi ver4.20 by GlobalNoteScript (2006/03/17)