您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
A fork of Bierdopje AddOn Plus for Seriesfeed
This script is a fork of the Bierdopje AddOn Plus, but for the SeriesFeed website instead. It was nearly entirely rewritten.
It basically adds options to the site to easily obtain subtitles in Dutch or English for episodes, and/or launch go to the appropriate search engines to download the episode.
To install and use the script, you need to perform the following two steps:
You can configure the script by opening up the configuration panel of it. This can be done in two ways:
The next settings are available:
This must be an array of names, e.g.:
["1080p x264", "1080p x265"]
This must be an array of provider objects.
Each entry must follow the next structure:
{
"name": "Source name",
"url": "https://my.source.url/search/{show} {season_episode} {quality}", // {show}, {season_episode} and {quality} are obligatory.
"invalid_characters": { // This element is optional. Every character in the old array will be replaced by the new character on the same index (lengths must therefore be equal!)
"old": ["(", ")"],
"new": ["", ""]
},
"episode_character": "x", // optional, default is "E"
"quality": { // This MUST contain every key from the media quality array.
"1080p x264": "1080p x264",
"1080p x265": "1080p x265"
}
}
If you mess up your media provider config, you can use this one to return to the default settings:
[{"name": "RARBG","url": "https://rarbg.to/torrents.php?search={show} {season_episode} {quality}","quality":{"WEB-DL": "WEB-DL","HDTV 1080": "1080p x264","HDTV 720": "720p x264","x265": "x265"}},{"name":"TPB","url":"https://thepiratebay.org/search/{show} {season_episode} {quality}","quality":{"WEB-DL":"WEB-DL","HDTV 1080":"1080p x264","HDTV 720":"720p x264","x265":"x265"}},{"name":"NZBIndex","url":"https://www.nzbindex.com/search/?q={show} {season_episode} {quality}&max=25&sort=agedesc&hidespam=1&more=0","quality":{"WEB-DL":"720p|1080p WEB-DL","HDTV 1080":"1080p x264","HDTV 720":"720p x264","x265":"x265"}},{"name":"NZBClub","url":"https://www.nzbclub.com/search.aspx?q={show} {season_episode} {quality}&szs=20&sze=24&st=1&sp=1&sn=1","quality":{"WEB-DL":"WEB-DL","HDTV 1080":"1080p x264","HDTV 720":"720p x264","x265":"x265"}},{"name":"BinSearch","url":"https://binsearch.info/index.php?q={show} {season_episode} {quality}&max=25&adv_age=999&adv_sort=date&adv_col=on&font=small","quality":{"WEB-DL":"720p|1080p WEB-DL","HDTV 1080":"1080p x264","HDTV 720":"720p x264","x265":"x265"}}]
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址