Skip to content

Commit

Permalink
Merge pull request #270 from pistom/develop
Browse files Browse the repository at this point in the history
feat: fix google yt results
  • Loading branch information
pistom authored Oct 10, 2024
2 parents ae3db7d + 04129b1 commit 17ec1f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [OneSearch](https://www.onesearch.com/)
- [Baidu](http://www.baidu.com/) (partially)
- [Kagi](https://kagi.com/)
- [Brave](https://search.brave.com/)

Add an issue if you would like to use the extension with another search engine.

Expand Down
2 changes: 1 addition & 1 deletion public/manifests/chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Highlight or Hide Search Engine Results",
"short_name": "HoHSER",
"version": "4.4.2",
"version": "4.4.3",
"description": "Filter search engine results. Block unwanted results and highlight the favorite ones. For Google and other popular search engines.",
"icons": {
"16": "images/hohser-16.png",
Expand Down
2 changes: 1 addition & 1 deletion public/manifests/firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Highlight or Hide Search Engine Results",
"short_name": "HoHSER",
"version": "4.4.2",
"version": "4.4.3",
"developer": {
"name": "Tomasz Pisarek",
"url": "https://github.com/pistom"
Expand Down
2 changes: 1 addition & 1 deletion src/config/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SearchEngineConfig } from '../types';

export const google: SearchEngineConfig = {
resultSelector: '.g, .mnr-c, .rg_bx, .rg_di, .rg_el, .ZINbbc, .JP1Bwd, .isv-r, .cUezCb, .KZmu8e, .EQ4p8c, .sh-dlr__list-result',
domainSelector: '.yuRUbf a, .TbwUpd, .dTe0Ie, .xQ82C, .e8fRJf, .FnqxG, .UPmit, .gBIQub, .pDavDe, .fxgdke, .fxYMc, .IHk3ob, .E5ocAb, .lg3aE',
domainSelector: '.yuRUbf a, .TbwUpd, .dTe0Ie, .xQ82C, .e8fRJf, .FnqxG, .UPmit, .gBIQub, .pDavDe, .fxgdke, .fxYMc, .IHk3ob, .E5ocAb, .lg3aE, [jsname="UWckNb"]',
observerSelector: '#rcnt, #cnt, #rg, #main',
resultUrlSelector: '.r > a',
ajaxResults: true,
Expand Down

0 comments on commit 17ec1f7

Please sign in to comment.