Skip to content

Commit

Permalink
update default_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2023
1 parent 38ef072 commit d67cc5a
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,10 @@
"web-highlight"
],
"shareConfig": {
"removeTags": [
"style",
"iframe",
"link",
"noscript"
"injectCss": true,
"removeSelectors": [
"noscript",
"script"
]
},
"useIframePostMessage": false,
Expand Down Expand Up @@ -1443,6 +1442,16 @@
".yt-core-attributed-string > span",
".title"
],
"shareConfig": {
"injectCss": false,
"removeSelectors": [
"iron-iconset-svg",
"iframe",
"ytd-watch-next-secondary-results-renderer",
"noscript",
"script"
]
},
"excludeTags.remove": [
"BUTTON"
],
Expand Down Expand Up @@ -1493,6 +1502,16 @@
"excludeSelectors": [
"[class^='lln-']"
],
"shareConfig": {
"injectCss": false,
"removeSelectors": [
"iron-iconset-svg",
"iframe",
"ytd-watch-next-secondary-results-renderer",
"noscript",
"script"
]
},
"additionalExcludeSelectors.add": [
".ytp-caption-window-container"
],
Expand Down Expand Up @@ -4672,6 +4691,6 @@
}
}
],
"buildinConfigUpdatedAt": "2023-11-21T11:38:04.733Z",
"latestVersion": "0.11.5"
"buildinConfigUpdatedAt": "2023-11-21T13:54:58.612Z",
"latestVersion": "0.11.6"
}

0 comments on commit d67cc5a

Please sign in to comment.