You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I use this to somehow add '&num=100' to google.com/search url's if there is no num= already in the url ?
I've been trying a few things bit Regex is black magic for me.
I have google.com and *.google.com as host with /search as path
'num' as exclude
and {href/$/?num=100} as a redirect action.
The text was updated successfully, but these errors were encountered:
Can I use this to somehow add '&num=100' to google.com/search url's if there is no num= already in the url ?
I've been trying a few things bit Regex is black magic for me.
I have google.com and *.google.com as host with /search as path
'num' as exclude
and {href/$/?num=100} as a redirect action.
The text was updated successfully, but these errors were encountered: