Skip to content

Commit

Permalink
mydata: Updated Google Basic Variant regex to support all tlds
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Jan 29, 2025
1 parent e0fb21a commit c92cea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/mydata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3697,7 +3697,7 @@
},
{
"name": "Google Basic Variant",
"url": "^https?://www\\.google\\.com/search\\?(?:[^/]+&)?gbv=1(?:$|[&/])",
"url": "^https?://w{3}\\.google\\.(?:a[delmstz]|b[aefgijsty]|c(?:o(?:m(?:\\.(?:a[fgru]|b[dhnorz]|c[ouy]|do|e[cgt]|fj|g[hit]|hk|jm|k[hw]|l[by]|m[mtxy]|n[agip]|om|p[aeghkry]|qa|s[abglv]|t[jrw]|u[ay]|v[cn]))?|\\.(?:ao|bw|c[kr]|i[dln]|jp|k[er]|ls|m[az]|nz|t[hz]|u[gkz]|v[ei]|z[amw]))|[adfghilmnvz])|d[ejkmz]|e[es]|f[imr]|g[aeglmry]|h[nrtu]|i[emqst]|j[eo]|k[giz]|l[aiktuv]|m[degklnuvw]|n[eloru]|p[lnst]|r[osuw]|s[cehikmnort]|t[dglmnot]|vu|ws)/search\\?(?:[^/]+&)?gbv=1(?:$|[&/])",
"pageElement": "css;div#main",
"exampleUrl": "https://www.google.com/search?q=foo&gbv=1",
"nextLink": "//a[@aria-label=\"Next page\"]"
Expand Down

0 comments on commit c92cea7

Please sign in to comment.