Skip to content

Commit

Permalink
mydata: Added support for Google Basic Variant
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Jan 29, 2025
1 parent 6ed5e5b commit e0fb21a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dist/mydata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3694,5 +3694,12 @@
"url": "^https?://bluemoonroleplaying\\.com/community/*",
"pageElement": "//*[@class='block-container lbContainer']",
"nextLink": "//li[contains(@class,'current')]/following-sibling::li[1]/a"
},
{
"name": "Google Basic Variant",
"url": "^https?://www\\.google\\.com/search\\?(?:[^/]+&)?gbv=1(?:$|[&/])",
"pageElement": "css;div#main",
"exampleUrl": "https://www.google.com/search?q=foo&gbv=1",
"nextLink": "//a[@aria-label=\"Next page\"]"
}
]

0 comments on commit e0fb21a

Please sign in to comment.