Commit Graph

569 Commits (ecc764ddf703f50a03732976f9a4df2460b766ad)

Author SHA1 Message Date
Kevin Payravi ecc764ddf7 Fix for Yandex filtering
uBlock Origin seems to change class names, so adding a new selector that relies on elements+attribute
2024-04-18 20:36:51 +02:00
Kevin Payravi de130b1a79 Check for removal of new link
Qwant can sometimes remove the new link button but leave the ancestor iwb-detected class intact.
2024-04-18 20:31:22 +02:00
Kevin Payravi c3e7339019 Update function names
Removing underscores; I'm fine with marking private functions, but I'd like to make it consistent across the codebase
2024-04-18 20:27:00 +02:00
Kevin Payravi 97e7a8283b Update comment 2024-04-18 20:25:11 +02:00
Kevin Payravi b72ae4e5c1 main -> startFiltering 2024-04-18 20:24:58 +02:00
Kevin Payravi 3f1efe7e06 Remove logs 2024-04-18 20:24:11 +02:00
Kevin Payravi 618837099e Fix callback for MutationObserver 2024-04-18 20:23:33 +02:00
Kevin Payravi 7cdafaa41a Hiding custom search engine UI in settings page
Due to content scripts being unregistered on-update
2024-04-18 19:47:29 +02:00
Kevin Payravi 998bb7b8eb Update search engine toggle / Fix storage
Need to wrap storage retrieval in a promise for Firefox manifest v2. Also setting API variable based on browser.
2024-04-18 19:46:27 +02:00
Kevin Payravi 27f57fab87 Merge branch 'main' into opt-in-search-engines 2024-04-14 01:45:36 -07:00
Gabriel ab44346aba
adding 52Poké Wiki 2024-04-09 15:05:18 -05:00
Kevin Payravi b5a0e7545f
Fixes and updates for Wynncraft Wiki listing 2024-04-06 01:18:17 -05:00
Andrew Welch 45c9121bf7
Add Wiki: Wynncraft Wiki 2024-04-06 01:16:48 -05:00
mswiki 1f7ede8d7d
Add MapleStory Wiki 2024-04-06 01:05:25 -05:00
Kevin Payravi c3cb5d94e8 Adding logic for handling search engine toggles 2024-03-29 03:49:29 -05:00
posneg 181c33b708
Add Guilty Gear Wiki.gg 2024-03-28 00:56:16 -05:00
DrWhoFan13 945a8c61cc
Add Carrion Wiki.gg 2024-03-22 03:26:31 -05:00
Kevin Payravi 1db99a1c81 Merge branch 'main' into opt-in-search-engines 2024-03-22 03:25:06 -05:00
Kevin Payravi 1c4ae5ff8f
More reliable element detection for search result re-ordering 2024-03-22 03:23:50 -05:00
Kevin Payravi 324e650eeb Merge branch 'main' into opt-in-search-engines 2024-03-22 01:27:36 -05:00
DrWhoFan13 8f1bf366e7
Add Doctor Who Neoseeker Wiki 2024-03-21 01:14:50 -05:00
Elaeagnifolia b5490d0198
Refactor CSS
* Moving CSS to dedicated files
* Refactoring common CSS and adding variables
2024-03-21 00:10:55 -05:00
Jayden 39e44da293
Re-order indie wiki results in Google 2024-03-21 00:09:18 -05:00
TJ Horner cbdd4cd863
Update Severance Wiki origin URL 2024-03-20 23:36:55 -05:00
Ng Yik Phang 7127ad0dbe
Add Chicory: A Colorful Tale Wiki
chicory-a-colorful-tale.fandom.com -> wiki.chicory.pizza
2024-03-19 02:36:13 -05:00
James McKee 052bb27887
Support custom search engine URLS, currently SearXNG and Whoogle 2024-03-18 03:03:37 -05:00
Kevin Payravi fd935f1755 Version 3.6.2 2024-03-18 02:47:26 -05:00
2NumForIce c757685e82
Add Smash Bros Neoseeker wiki 2024-03-16 13:03:57 -05:00
Kevin Payravi 672844b668 Optimizing favicons 2024-03-13 03:02:28 -05:00
Kevin Payravi 17009d84de Adding Team Fortress Wiki in ES, PL, and PT-BR 2024-03-13 03:01:59 -05:00
Kevin Payravi cd7c4df9a7 Support for destination suffixes
A suffix that is added to the end of article names before performing a search on the destination wiki. This is typically used when a multilingual wiki separates its languages by suffixes (e.g. /es, /pt, etc.). Team Fortress Wiki is an example that uses this.
2024-03-13 03:01:41 -05:00
Kevin Payravi 3e5a04b486 Adding Brawlhalla wiki.gg wiki 2024-03-12 23:49:05 -05:00
Kevin Payravi 7e0f9d6a61 Add Ashes Town wiki.gg 2024-03-11 12:58:24 -05:00
Kevin Payravi 6cceac0193 Adding Advance Wars Neoseeker as origin 2024-03-11 01:49:15 -05:00
Kevin Payravi 687c7afcf1 Adding Space Station 13 Wiki 2024-03-11 01:44:44 -05:00
Kevin Payravi 6e7cc8a41a Optimizing favicons 2024-03-11 01:42:34 -05:00
Kevin Payravi 3cb3317c65 Adding 18 indie wikis
eRepublik, FreeSpace, Habbo, Honey Works Premium Live, GFL/IOP, Knuckle Cracker, LifeWiki, Melvor Idle, Mii, Minetest, Protochroma, Salem, Songs of Syx, This Might Be A Wiki, Traveller RPG, Vendetta, and Wyvern
2024-03-11 01:41:52 -05:00
Kevin Payravi fab44b076c Start of search engine permissions control 2024-03-10 22:57:55 -05:00
Kevin Payravi 1a8f277a64 Starting notice page for opt-in search engines 2024-03-03 23:34:54 -07:00
Kevin Payravi 59b6e17e69 Formatting files 2024-02-27 03:43:55 -06:00
Kevin Payravi 07a0a748b3 Responsive wiki list filters 2024-02-27 03:41:28 -06:00
Kevin Payravi 7c839fcee4 Remove functions that have been moved to common 2024-02-27 03:13:53 -06:00
Kevin Payravi a66f3c91a8 Removing Object.prototype functions
Improve compatibility across browsers + not a best practice
2024-02-27 02:55:41 -06:00
Kevin Payravi 1d68c9d1a8 Version 3.6.1 2024-02-25 15:15:05 -05:00
Kevin Payravi 261765da20 Adding newly forked Tardis Wiki 2024-02-25 15:13:53 -05:00
Kevin Payravi b92772ec62 Changing BASE64REGEX from const to var
Since common-functions.js may be loaded multiple times on a page
2024-02-24 16:49:29 -05:00
Kevin Payravi 54f7090511 Version 3.6.0 2024-02-23 18:02:11 -05:00
Kevin Payravi e6d70c06fb Fix LZH Minecraft Wiki origin base URL 2024-02-23 17:59:40 -05:00
Kevin Payravi 88e1ceb964 Alphabetize search engine domains in manifests 2024-02-23 16:41:18 -05:00
Kevin Payravi e8736f4a27 Optimizing favicons 2024-02-23 15:46:22 -05:00