Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
aug-dev authored May 13, 2024
2 parents a72c02b + 224f7dc commit 96e7d56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/scripts/search-engines/google-desktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,11 @@ const desktopSerpHandlers: Record<string, SerpHandler> = {
target: ".LJ7wUe",
url: "a",
title: '[role="heading"][aria-level="3"]',
actionTarget: '[aria-Slot][role="link"]',
actionStyle: desktopActionStyle,
actionTarget: ".iDBaYb",
actionStyle: {
fontSize: "12px",
margin: "0 0 0 -12px",
},
},
// Featured Snippet
{
Expand Down
2 changes: 2 additions & 0 deletions website/src/pages/subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)."

0 comments on commit 96e7d56

Please sign in to comment.