diff options
author | Jesús <heckyel@hyperbola.info> | 2019-10-14 10:26:31 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-10-14 10:26:31 -0500 |
commit | ef34371aac8e23e877f2f82418521c118201af7c (patch) | |
tree | 1bcfcab412ed6578c42b7b782a147702c01442ff | |
parent | 47ac618daed040f77bbc0d8fce59711a7162f917 (diff) | |
download | book-ef34371aac8e23e877f2f82418521c118201af7c.tar.lz book-ef34371aac8e23e877f2f82418521c118201af7c.tar.xz book-ef34371aac8e23e877f2f82418521c118201af7c.zip |
[invidio_dark_mode.user.js] fix regex
-rw-r--r-- | scripts-greasemonkey/invidio_dark_mode.user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-greasemonkey/invidio_dark_mode.user.js b/scripts-greasemonkey/invidio_dark_mode.user.js index 2e4204f..66bda1a 100644 --- a/scripts-greasemonkey/invidio_dark_mode.user.js +++ b/scripts-greasemonkey/invidio_dark_mode.user.js @@ -7,7 +7,7 @@ // @namespace InvidiousDark // @homepageURL https://libregit.org/heckyel/book/src/branch/master/scripts-greasemonkey // @include /^http(s|)://(www[.]|)invidio[.]us/.*$/ -// @include /^http(s|)://(www[.]|proxy[.])invidious[.]snopyta[.]org/.*$/ +// @include /^http(s|)://(www[.]|proxy[.]|)invidious[.]snopyta[.]org/.*$/ // @include /^http(s|)://(www[.]|)vid[.]wxzm[.]sx/.*$/ // @include /^http(s|)://(www[.]|)invidious[.]kabi[.]tk/.*$/ // @include /^http(s|)://(www[.]|)invidiou[.]sh/* |