[過去ログ]
Electronによる掲示板ビューア Siki Part18 (1002レス)
Electronによる掲示板ビューア Siki Part18 http://egg.5ch.net/test/read.cgi/software/1680333697/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
必死チェッカー(本家)
(べ)
自ID
レス栞
あぼーん
このスレッドは過去ログ倉庫に格納されています。
次スレ検索
歴削→次スレ
栞削→次スレ
過去ログメニュー
439: 名無しさん@お腹いっぱい。 [sage] 2023/05/01(月) 23:58:43.39 ID:ovh7jd+w0 せっかくコード表示実装されたんだから使おうよ ■adblock_filter.txtをSikiを起動する毎に自動更新するための設定方法 C:\Users\ユーザー名\AppData\Roaming\Siki\profile\plugins\request-hook\ 『index.js』ファイルの末尾に下記を追加する ``` const https = require('https'); let txt_adblock = []; const req_adblock = https.get('https://filters.adtidy.org/extension/chromium/filters/15.txt', function (res) { res.on('data', function (chunk) { txt_adblock.push(chunk) }); res.on('end', function () { // Windows Zip版 カレントはprofileフォルダ fs.writeFile('./misc/adblock_filter.txt', Buffer.concat(txt_adblock), function(err) { if (err) { console.log(err.toString()); } }) }); }); ``` http://egg.5ch.net/test/read.cgi/software/1680333697/439
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
1.537s*