Skip to content

Instantly share code, notes, and snippets.

@qiukun
Last active April 15, 2019 12:24
Show Gist options
  • Save qiukun/9108701 to your computer and use it in GitHub Desktop.
Save qiukun/9108701 to your computer and use it in GitHub Desktop.
各 bt 搜索器
# |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