Skip to content

Commit

Permalink
config: udpate google images serp config
Browse files Browse the repository at this point in the history
  • Loading branch information
pistom committed Feb 1, 2020
1 parent ba3460b commit 964078d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/google.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { SearchEngineConfig } from '../types';

export const google: SearchEngineConfig = {
resultSelector: '.g, .mnr-c, .rg_bx, .rg_di, .rg_el, .ZINbbc, .JP1Bwd',
domainSelector: '.TbwUpd, .dTe0Ie, .xQ82C, .e8fRJf, .FnqxG, .BNeawe, .pDavDe',
resultSelector: '.g, .mnr-c, .rg_bx, .rg_di, .rg_el, .ZINbbc, .JP1Bwd, .isv-r',
domainSelector: '.TbwUpd, .dTe0Ie, .xQ82C, .e8fRJf, .FnqxG, .BNeawe, .pDavDe, .fxgdke',
observerSelector: '#rcnt, #cnt, #rg, #main',
resultUrlSelector: '.r > a'
};

0 comments on commit 964078d

Please sign in to comment.