Skip to content

Commit

Permalink
fixed \/yts\/jsbin issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
netptop committed May 20, 2020
1 parent 5818e3f commit fe14d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ const siteSpecificReplace = {
'[a-zA-Z]\.setSizeStyle[(]..,.[)]': `1`,
'a\.....\.style.display=0===.."none":"";': `;`, // a.A[c].style.display = 0 === b ? "none" : "";
'="/(watch_fragments2_ajax)"': `="/https/www.youtube.com/$1"`,
'"(\\\\/)yts\\\\/': `"$1https$1www.youtube.com$1yts$1`,
},
'm.youtube.com': {
'"/(results.search_query=)': `"/https/m.youtube.com/$1`,
Expand Down

0 comments on commit fe14d56

Please sign in to comment.