From 38235496dd44d805656df90729445ac8cfe4a273 Mon Sep 17 00:00:00 2001 From: Kevin Payravi Date: Fri, 23 Feb 2024 03:38:58 -0500 Subject: [PATCH] Mentioning Neoseeker in docs and settings --- pages/guide/index.html | 9 +++++---- pages/popup/index.html | 4 ++-- pages/settings/index.html | 12 ++++++------ scripts/common-functions.js | 1 + 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/pages/guide/index.html b/pages/guide/index.html index 6da0e93..b5f3148 100644 --- a/pages/guide/index.html +++ b/pages/guide/index.html @@ -104,7 +104,7 @@ Search results in Google, Bing, DuckDuckGo, Yahoo, Brave Search, Ecosia, Startpage, Qwant, Yandex, and Kagi can also be filtered, replacing non-independent wikis with links to independent counterpart (or hiding them completely).

- We currently redirect from Fandom and Fextralife wikis to independent counterparts. + We currently redirect from Fandom, Fextralife, and Neoseeker wikis to independent counterparts.

Indie Wiki Buddy also supports BreezeWiki, a separate service that renders Fandom wikis without ads or bloat. @@ -137,13 +137,14 @@
  • - On search engines, show banner when Fandom/Fextralife results are hidden + On search engines, show banner when non-indie results are hidden
    When this option is enabled, a banner will be inserted at the top of search engine results when Indie Wiki Buddy - has hidden results from Fandom/Fextralife wikis. This banner also lets you re-show the hidden results if you wish. + has hidden results from Fandom, Fextralife, or Neoseeker wikis. + This banner also lets you re-show the hidden results if you wish.

    - If you don't want to see any indication that Fandom/Fextralife results have been hidden, disable this option. + If you don't want to see any indication that results have been hidden, disable this option.

  • diff --git a/pages/popup/index.html b/pages/popup/index.html index 11342b7..87cbea5 100644 --- a/pages/popup/index.html +++ b/pages/popup/index.html @@ -300,7 +300,7 @@ Default behaviors (apply to all current and new wikis in future updates)
    - When visiting Fandom/Fextralife wikis: + When visiting Fandom, Fextralife, and Neoseeker wikis:
    diff --git a/pages/settings/index.html b/pages/settings/index.html index f715699..8d7fbd1 100644 --- a/pages/settings/index.html +++ b/pages/settings/index.html @@ -541,8 +541,8 @@ This includes the option to enable BreezeWiki, an alternative frontend that renders Fandom wikis without ads or bloat.

    - Below that, you can configure what happens when you visit each Fandom and Fextralife wiki that has an - independent alternative, as well as what happens to their results in search engines. + Below that, you can individually configure what happens when you visit Fandom, Fextralife, and Neoseeker + wikis that have an independent alternative, as well as what happens to their results in search engines. For visiting wikis, you can choose to be alerted (default) or @@ -584,7 +584,7 @@ On search engines, show banner when - Fandom/Fextralife results are hidden + non-indie results are hidden
    @@ -647,7 +647,7 @@ Icon legend - When visiting a Fandom or Fextralife wiki that has an independent alternative, IWB + When visiting Fandom, Fextralife, or Neoseeker wikis with an independent alternative, IWB can:
    @@ -662,8 +662,8 @@ indie wiki
    - When search engine results include a Fandom or Fextralife wiki that has an independent - alternative, IWB can: + When search engine results include Fandom, Fextralife, or Neoseeker wikis + with an independent alternative, IWB can:
    Do nothing diff --git a/scripts/common-functions.js b/scripts/common-functions.js index 293a85f..e9b3db2 100644 --- a/scripts/common-functions.js +++ b/scripts/common-functions.js @@ -119,6 +119,7 @@ async function commonFunctionFindMatchingSite(site, crossLanguageSetting) { } ); } + if (matchingSites.length > 0) { // Select match with longest base URL let closestMatch = '';