diff options
author | Jesús <heckyel@hyperbola.info> | 2020-08-07 17:30:53 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-08-07 17:30:53 -0500 |
commit | db8d0138afcd3f48306de261389b6b29b8601e4b (patch) | |
tree | 7490da675723b3f328d817d5c809167ef1ed719e /scripts-greasemonkey/duckduckgo_dark_theme.user.js | |
parent | 4f5cd7469be49ada6334b6dd5ddc40df9cb23891 (diff) | |
download | book-db8d0138afcd3f48306de261389b6b29b8601e4b.tar.lz book-db8d0138afcd3f48306de261389b6b29b8601e4b.tar.xz book-db8d0138afcd3f48306de261389b6b29b8601e4b.zip |
duckduckgo_dark_theme.user.js: add onion site
Diffstat (limited to 'scripts-greasemonkey/duckduckgo_dark_theme.user.js')
-rw-r--r-- | scripts-greasemonkey/duckduckgo_dark_theme.user.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts-greasemonkey/duckduckgo_dark_theme.user.js b/scripts-greasemonkey/duckduckgo_dark_theme.user.js index 0a4515c..ba88a16 100644 --- a/scripts-greasemonkey/duckduckgo_dark_theme.user.js +++ b/scripts-greasemonkey/duckduckgo_dark_theme.user.js @@ -3,9 +3,10 @@ // @namespace DuckDuckGoDarkTheme // @description Enables Therminal Theme Forever. // @author Jesús E. -// @version 0.1.0 +// @version 0.1.1 // @grant none -// @match *://duckduckgo.com/* +// @include /^http(s|)://(www[.]|)duckduckgo[.]com/.*$/ +// @include /^http(s|)://3g2upl4pq6kufc4m[.]onion/.*$/ // @run-at document-start // @icon https://duckduckgo.com/favicon.ico // ==/UserScript== |