Skip to content

Instantly share code, notes, and snippets.

@Kyo628
Kyo628 / filer.js
Created August 8, 2019 08:18 — forked from cute/filer.js
weibo intl launch screen ad filter
/*
* weibo intl launch screen ad filter
* @author Li Guangming
*
* add rule: DOMAIN,weibointl.api.weibo.com,DIRECT,script-filter
*
*/
function scriptFilterExecute(args) {
if (args.url.indexOf('get_coopen_ads') > 0) {
@Kyo628
Kyo628 / [aria2] aria2.conf
Created July 7, 2019 05:54 — forked from zhiyue/[aria2] aria2.conf
aria2.conf 設定檔的範例
## Basic Options ##
# 下載目錄
dir=/mnt/usb
# 進度紀錄
input-file=/mnt/usb/.aria2/aria2.session
# 同時進行任務數
max-concurrent-downloads=10
# 斷線續傳
continue=true