Add goodreads and amazon to list of networks

This commit is contained in:
Hezekiah Michael
2022-07-18 02:40:44 -04:00
parent f9e6877ae4
commit ed4d6ab5aa
2 changed files with 7 additions and 3 deletions

View File

@@ -43,7 +43,9 @@
"*://*.google.it/*",
"*://*.google.no/*",
"*://*.google.pt/*",
"*://*.google.se/*"
"*://*.google.se/*",
"*://*.goodreads.com/*",
"*://*.amazon.com/*"
],
"css": [
"content.css"
@@ -84,4 +86,4 @@
"strict_min_version": "60.0"
}
}
}
}

View File

@@ -67,6 +67,8 @@
DuckDuckGo <i>(search results)</i></label>
<label class="website-checkbox"><input type="checkbox" data-site="tumblr.com">Tumblr</label>
<label class="website-checkbox"><input type="checkbox" data-site="twitter.com">Twitter</label>
<label class="website-checkbox"><input type="checkbox" data-site="goodreads.com">Goodreads</label>
<label class="website-checkbox"><input type="checkbox" data-site="amazon.com">Amazon</label>
<label class="website-checkbox"><input type="checkbox" data-site="wikipedia.org">Wikipedia
<i>(topics)</i></label>
<label class="website-checkbox"><input type="checkbox" data-site="youtube.com">YouTube</label>
@@ -93,4 +95,4 @@
<script src="options.js"></script>
</body>
</html>
</html>