├── General.conf ├── Mock ├── AdGuard.rsp ├── Tweetbot.json ├── blank.mp4 ├── instapaper.txt ├── reject-200.txt ├── reject-array.json ├── reject-dict.json └── reject-img.gif ├── Module ├── AI Proxy Checker.sgmodule ├── AdvertisingPlus.sgmodule ├── Alibaba DoH.sgmodule ├── Australian Community Media.sgmodule ├── Bilibili International.sgmodule ├── Bypass Spotify Limit.sgmodule ├── Cloudflare Warp++.sgmodule ├── Crunchyroll.sgmodule ├── Debug │ ├── Always Real IP.sgmodule │ ├── Block Internet.sgmodule │ ├── Delete Cookie.sgmodule │ ├── Delete Referer.sgmodule │ ├── Facebook Referer.sgmodule │ ├── Google Bot Chrome.sgmodule │ ├── Google Bot Mozilla.sgmodule │ ├── Twitter Referer.sgmodule │ └── Windows User Agent.sgmodule ├── Gannett Co Inc.sgmodule ├── Hide VPN Icon.sgmodule ├── KMB App Block Advertising.sgmodule ├── MITM Everything.sgmodule ├── McClatchy Inc.sgmodule ├── Tampermonkey JS Conversion.sgmodule ├── TikTok US.sgmodule ├── Tun Mode.sgmodule ├── YouTube Subtitle Translate.sgmodule ├── YouTube.sgmodule ├── googleamp.sgmodule └── paywall.sgmodule ├── README.md ├── RuleSet ├── 360.list ├── AdmiraList.txt ├── Apple.list ├── AppleProxy.list ├── Applenews.txt ├── Bilibili.list ├── China.list ├── Disneyplus.txt ├── HBOMax.txt ├── HongKong.list ├── In-AppTracker.txt ├── Netflix.list ├── NoRevoke.list ├── Spotify.list ├── Telegram-ASN.list ├── Telegram.list ├── TikTok.list ├── YouTube.list ├── bstar.txt └── primevideo.txt └── Script ├── Apple Buy.js ├── Apple_News.js ├── Apple_TV.js ├── Bilibili_all.js ├── Check MNC Code.js ├── DNSFlush.js ├── Examiner.js ├── Geo_Services.js ├── Home Router.js ├── LIHKG.js ├── Network info.js ├── Photoshop.js ├── Policy Switch.js ├── Rakuten TV.js ├── Reload Profile.js ├── Revenue Cat.js ├── Time.js ├── ai-proxy-checker.js ├── americanbanker.js ├── bilivip.js ├── bstarunlock.js ├── camscanner.js ├── crunchyroll.js ├── discordjoin.js ├── disneycheck.js ├── googleurl.js ├── greasyfork.js ├── haaretz.js ├── ipa.js ├── lanzou.js ├── law360.js ├── lightroom.js ├── nationafrica.js ├── nf_check.js ├── nf_rating.js ├── noupdate └── ViuTV.js ├── paramountplus.js ├── premiumCheck.js ├── replace-body.js ├── stream-all.js ├── tamperjs.js ├── techinasia.js ├── theglobeandmail.js ├── thenewatlantis.js ├── warp++.js ├── warp++referrer.js ├── youtube.js ├── ytdislike.js └── zhihu.js /General.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/General.conf -------------------------------------------------------------------------------- /Mock/AdGuard.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Mock/AdGuard.rsp -------------------------------------------------------------------------------- /Mock/Tweetbot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Mock/Tweetbot.json -------------------------------------------------------------------------------- /Mock/blank.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Mock/blank.mp4 -------------------------------------------------------------------------------- /Mock/instapaper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Mock/instapaper.txt -------------------------------------------------------------------------------- /Mock/reject-200.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Mock/reject-array.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /Mock/reject-dict.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /Mock/reject-img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Mock/reject-img.gif -------------------------------------------------------------------------------- /Module/AI Proxy Checker.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/AI Proxy Checker.sgmodule -------------------------------------------------------------------------------- /Module/AdvertisingPlus.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/AdvertisingPlus.sgmodule -------------------------------------------------------------------------------- /Module/Alibaba DoH.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Alibaba DoH.sgmodule -------------------------------------------------------------------------------- /Module/Australian Community Media.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Australian Community Media.sgmodule -------------------------------------------------------------------------------- /Module/Bilibili International.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Bilibili International.sgmodule -------------------------------------------------------------------------------- /Module/Bypass Spotify Limit.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Bypass Spotify Limit.sgmodule -------------------------------------------------------------------------------- /Module/Cloudflare Warp++.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Cloudflare Warp++.sgmodule -------------------------------------------------------------------------------- /Module/Crunchyroll.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Crunchyroll.sgmodule -------------------------------------------------------------------------------- /Module/Debug/Always Real IP.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Debug/Always Real IP.sgmodule -------------------------------------------------------------------------------- /Module/Debug/Block Internet.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Debug/Block Internet.sgmodule -------------------------------------------------------------------------------- /Module/Debug/Delete Cookie.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Debug/Delete Cookie.sgmodule -------------------------------------------------------------------------------- /Module/Debug/Delete Referer.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Debug/Delete Referer.sgmodule -------------------------------------------------------------------------------- /Module/Debug/Facebook Referer.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Debug/Facebook Referer.sgmodule -------------------------------------------------------------------------------- /Module/Debug/Google Bot Chrome.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Debug/Google Bot Chrome.sgmodule -------------------------------------------------------------------------------- /Module/Debug/Google Bot Mozilla.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Debug/Google Bot Mozilla.sgmodule -------------------------------------------------------------------------------- /Module/Debug/Twitter Referer.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Debug/Twitter Referer.sgmodule -------------------------------------------------------------------------------- /Module/Debug/Windows User Agent.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Debug/Windows User Agent.sgmodule -------------------------------------------------------------------------------- /Module/Gannett Co Inc.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Gannett Co Inc.sgmodule -------------------------------------------------------------------------------- /Module/Hide VPN Icon.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Hide VPN Icon.sgmodule -------------------------------------------------------------------------------- /Module/KMB App Block Advertising.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/KMB App Block Advertising.sgmodule -------------------------------------------------------------------------------- /Module/MITM Everything.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/MITM Everything.sgmodule -------------------------------------------------------------------------------- /Module/McClatchy Inc.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/McClatchy Inc.sgmodule -------------------------------------------------------------------------------- /Module/Tampermonkey JS Conversion.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Tampermonkey JS Conversion.sgmodule -------------------------------------------------------------------------------- /Module/TikTok US.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/TikTok US.sgmodule -------------------------------------------------------------------------------- /Module/Tun Mode.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/Tun Mode.sgmodule -------------------------------------------------------------------------------- /Module/YouTube Subtitle Translate.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/YouTube Subtitle Translate.sgmodule -------------------------------------------------------------------------------- /Module/YouTube.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/YouTube.sgmodule -------------------------------------------------------------------------------- /Module/googleamp.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/googleamp.sgmodule -------------------------------------------------------------------------------- /Module/paywall.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Module/paywall.sgmodule -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/README.md -------------------------------------------------------------------------------- /RuleSet/360.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/360.list -------------------------------------------------------------------------------- /RuleSet/AdmiraList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/AdmiraList.txt -------------------------------------------------------------------------------- /RuleSet/Apple.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/Apple.list -------------------------------------------------------------------------------- /RuleSet/AppleProxy.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/AppleProxy.list -------------------------------------------------------------------------------- /RuleSet/Applenews.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/Applenews.txt -------------------------------------------------------------------------------- /RuleSet/Bilibili.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/Bilibili.list -------------------------------------------------------------------------------- /RuleSet/China.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/China.list -------------------------------------------------------------------------------- /RuleSet/Disneyplus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/Disneyplus.txt -------------------------------------------------------------------------------- /RuleSet/HBOMax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/HBOMax.txt -------------------------------------------------------------------------------- /RuleSet/HongKong.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/HongKong.list -------------------------------------------------------------------------------- /RuleSet/In-AppTracker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/In-AppTracker.txt -------------------------------------------------------------------------------- /RuleSet/Netflix.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/Netflix.list -------------------------------------------------------------------------------- /RuleSet/NoRevoke.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/NoRevoke.list -------------------------------------------------------------------------------- /RuleSet/Spotify.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/Spotify.list -------------------------------------------------------------------------------- /RuleSet/Telegram-ASN.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/Telegram-ASN.list -------------------------------------------------------------------------------- /RuleSet/Telegram.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/Telegram.list -------------------------------------------------------------------------------- /RuleSet/TikTok.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/TikTok.list -------------------------------------------------------------------------------- /RuleSet/YouTube.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/YouTube.list -------------------------------------------------------------------------------- /RuleSet/bstar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/bstar.txt -------------------------------------------------------------------------------- /RuleSet/primevideo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/RuleSet/primevideo.txt -------------------------------------------------------------------------------- /Script/Apple Buy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Apple Buy.js -------------------------------------------------------------------------------- /Script/Apple_News.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Apple_News.js -------------------------------------------------------------------------------- /Script/Apple_TV.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Apple_TV.js -------------------------------------------------------------------------------- /Script/Bilibili_all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Bilibili_all.js -------------------------------------------------------------------------------- /Script/Check MNC Code.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Check MNC Code.js -------------------------------------------------------------------------------- /Script/DNSFlush.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/DNSFlush.js -------------------------------------------------------------------------------- /Script/Examiner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Examiner.js -------------------------------------------------------------------------------- /Script/Geo_Services.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Geo_Services.js -------------------------------------------------------------------------------- /Script/Home Router.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Home Router.js -------------------------------------------------------------------------------- /Script/LIHKG.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/LIHKG.js -------------------------------------------------------------------------------- /Script/Network info.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Network info.js -------------------------------------------------------------------------------- /Script/Photoshop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Photoshop.js -------------------------------------------------------------------------------- /Script/Policy Switch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Policy Switch.js -------------------------------------------------------------------------------- /Script/Rakuten TV.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Rakuten TV.js -------------------------------------------------------------------------------- /Script/Reload Profile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Reload Profile.js -------------------------------------------------------------------------------- /Script/Revenue Cat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Revenue Cat.js -------------------------------------------------------------------------------- /Script/Time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/Time.js -------------------------------------------------------------------------------- /Script/ai-proxy-checker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/ai-proxy-checker.js -------------------------------------------------------------------------------- /Script/americanbanker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/americanbanker.js -------------------------------------------------------------------------------- /Script/bilivip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/bilivip.js -------------------------------------------------------------------------------- /Script/bstarunlock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/bstarunlock.js -------------------------------------------------------------------------------- /Script/camscanner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/camscanner.js -------------------------------------------------------------------------------- /Script/crunchyroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/crunchyroll.js -------------------------------------------------------------------------------- /Script/discordjoin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/discordjoin.js -------------------------------------------------------------------------------- /Script/disneycheck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/disneycheck.js -------------------------------------------------------------------------------- /Script/googleurl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/googleurl.js -------------------------------------------------------------------------------- /Script/greasyfork.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/greasyfork.js -------------------------------------------------------------------------------- /Script/haaretz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/haaretz.js -------------------------------------------------------------------------------- /Script/ipa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/ipa.js -------------------------------------------------------------------------------- /Script/lanzou.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/lanzou.js -------------------------------------------------------------------------------- /Script/law360.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/law360.js -------------------------------------------------------------------------------- /Script/lightroom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/lightroom.js -------------------------------------------------------------------------------- /Script/nationafrica.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/nationafrica.js -------------------------------------------------------------------------------- /Script/nf_check.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/nf_check.js -------------------------------------------------------------------------------- /Script/nf_rating.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/nf_rating.js -------------------------------------------------------------------------------- /Script/noupdate/ViuTV.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/noupdate/ViuTV.js -------------------------------------------------------------------------------- /Script/paramountplus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/paramountplus.js -------------------------------------------------------------------------------- /Script/premiumCheck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/premiumCheck.js -------------------------------------------------------------------------------- /Script/replace-body.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/replace-body.js -------------------------------------------------------------------------------- /Script/stream-all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/stream-all.js -------------------------------------------------------------------------------- /Script/tamperjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/tamperjs.js -------------------------------------------------------------------------------- /Script/techinasia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/techinasia.js -------------------------------------------------------------------------------- /Script/theglobeandmail.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/theglobeandmail.js -------------------------------------------------------------------------------- /Script/thenewatlantis.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/thenewatlantis.js -------------------------------------------------------------------------------- /Script/warp++.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/warp++.js -------------------------------------------------------------------------------- /Script/warp++referrer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/warp++referrer.js -------------------------------------------------------------------------------- /Script/youtube.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/youtube.js -------------------------------------------------------------------------------- /Script/ytdislike.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/ytdislike.js -------------------------------------------------------------------------------- /Script/zhihu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcio2536/MySurge/HEAD/Script/zhihu.js --------------------------------------------------------------------------------