mirror of
https://github.com/NohamR/BetterYGG.git
synced 2026-01-10 16:38:21 +00:00
Update YggTorrent URLs to new domain and API endpoints
This commit is contained in:
@@ -27,22 +27,22 @@
|
||||
"css/style.css",
|
||||
"img/download.png"
|
||||
],
|
||||
"matches": ["https://*.yggtorrent.la/*"]
|
||||
"matches": ["https://*.yggtorrent.org/*"]
|
||||
}
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["https://*.yggtorrent.la/torrent/*"],
|
||||
"matches": ["https://*.yggtorrent.org/torrent/*"],
|
||||
"run_at": "document_idle",
|
||||
"js": ["js/utilsFunctions.js", "contentScripts/addTorrent/addTorrent.js"]
|
||||
},
|
||||
{
|
||||
"matches": ["https://*.yggtorrent.la/*"],
|
||||
"matches": ["https://*.yggtorrent.org/*"],
|
||||
"run_at": "document_idle",
|
||||
"js": ["js/utilsFunctions.js", "contentScripts/allPages/allPages.js"]
|
||||
},
|
||||
{
|
||||
"matches": ["https://*.yggtorrent.la/engine/search*"],
|
||||
"matches": ["https://*.yggtorrent.org/engine/search*"],
|
||||
"run_at": "document_idle",
|
||||
"js": ["js/utilsFunctions.js", "contentScripts/search/search.js"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user