We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5818e3f commit fe14d56Copy full SHA for fe14d56
config.js
@@ -178,6 +178,7 @@ const siteSpecificReplace = {
178
'[a-zA-Z]\.setSizeStyle[(]..,.[)]': `1`,
179
'a\.....\.style.display=0===.."none":"";': `;`, // a.A[c].style.display = 0 === b ? "none" : "";
180
'="/(watch_fragments2_ajax)"': `="/https/www.youtube.com/$1"`,
181
+ '"(\\\\/)yts\\\\/': `"$1https$1www.youtube.com$1yts$1`,
182
},
183
'm.youtube.com': {
184
'"/(results.search_query=)': `"/https/m.youtube.com/$1`,
0 commit comments