Last active
April 15, 2019 12:24
-
-
Save qiukun/9108701 to your computer and use it in GitHub Desktop.
各 bt 搜索器
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# |kw| as keyword | |
sites = | |
neubt: "//neubt.com/search.php?mod=forum&searchid=23034&orderby=lastpost&ascdesc=desc&searchsubmit=yes&kw=|kw|" | |
byrbt: "//bt.byr.cn/torrents.php?incldead=0&spstate=0&inclbookmarked=0&search=|kw|&search_area=0&search_mode=0" | |
ptbt: "//pt.sjtu.edu.cn/torrents.php?incldead=0&spstate=0&inclbookmarked=0&picktype=0&search=|kw|&search_area=0&search_mode=0" | |
search = (keyword) -> | |
window.open v.replace '|kw|', keyword for _, v of sites | |
return | |
search '上课小动作' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment