From c280c8615dcdf0df9335d1e68a570df2ac4e8c7b Mon Sep 17 00:00:00 2001 From: Pedro Augusto <109992671+aug-dev@users.noreply.github.com> Date: Sat, 11 May 2024 04:37:51 -0300 Subject: [PATCH 1/2] fix(google): fix discussions and forums on Google desktop (#458) --- src/scripts/search-engines/google-desktop.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/scripts/search-engines/google-desktop.ts b/src/scripts/search-engines/google-desktop.ts index 7ae7770a4..596a660b8 100644 --- a/src/scripts/search-engines/google-desktop.ts +++ b/src/scripts/search-engines/google-desktop.ts @@ -203,8 +203,11 @@ const desktopSerpHandlers: Record = { target: ".LJ7wUe", url: "a", title: '[role="heading"][aria-level="3"]', - actionTarget: '[aria-label][role="link"]', - actionStyle: desktopActionStyle, + actionTarget: ".iDBaYb", + actionStyle: { + fontSize: "12px", + margin: "0 0 0 -12px", + }, }, // Featured Snippet { From 224f7dc45a3851ed40934c8a84a5864f213bbf6e Mon Sep 17 00:00:00 2001 From: Nicole Ahmed <38244338+nicoleahmed@users.noreply.github.com> Date: Sat, 11 May 2024 08:55:16 +0100 Subject: [PATCH 2/2] docs(website): update subscriptions.md (#452) Add Nicole's uBlacklist collection to subscriptions page --- website/src/pages/subscriptions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/subscriptions.md b/website/src/pages/subscriptions.md index a993f1a25..aa3d60363 100644 --- a/website/src/pages/subscriptions.md +++ b/website/src/pages/subscriptions.md @@ -85,3 +85,5 @@ title: Subscriptions - [awesome-ublacklist](https://github.com/rjaus/awesome-ublacklist) by [Riley James](https://github.com/rjaus) - "Awesome list of uBlacklist subscriptions to block search results from google, bing, duckduckgo." +- [Nicoles uBlacklist collection](https://github.com/nicoleahmed/nicoles-ublacklist/) by [Nicole Ahmed](https://github.com/nicoleahmed) + - "A collection of uBlacklist subscriptions in various languages and for multiple purposes. Additionally a small personal blacklist for sites missed by other lists (particularly UK related sites)."