duckduckgo_dark_theme.user.js: add onion site

This commit is contained in:
Jesús 2020-08-07 17:30:53 -05:00
parent 4f5cd7469b
commit db8d0138af
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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==