Skip to content

Commit fe14d56

Browse files
committed
fixed \/yts\/jsbin issue.
1 parent 5818e3f commit fe14d56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.js

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ const siteSpecificReplace = {
178178
'[a-zA-Z]\.setSizeStyle[(]..,.[)]': `1`,
179179
'a\.....\.style.display=0===.."none":"";': `;`, // a.A[c].style.display = 0 === b ? "none" : "";
180180
'="/(watch_fragments2_ajax)"': `="/https/www.youtube.com/$1"`,
181+
'"(\\\\/)yts\\\\/': `"$1https$1www.youtube.com$1yts$1`,
181182
},
182183
'm.youtube.com': {
183184
'"/(results.search_query=)': `"/https/m.youtube.com/$1`,

0 commit comments

Comments
 (0)