Quote:
Originally Posted by yotsume
Can't you just edit the definition and change all the URLs to the new URL to make it work again?
|
I would if I knew how to change it properly.
I did this for the regular expression: Changing the maps\.google to www\.google
[
https://]*www\.google\.com[\w.]*/[maps]*\?[\w]*=[\w+&;:='%,.-]+
But I think I now need to account for the /maps/ part in the URL now. Where do I put that?
Does this look right:
[
https://]*www\.google\.com[\w.]+/maps\?*/[maps]*\?[\w]*=[\w+&;:='%,.-]+
???
D.