mozdev.org

regurl

resources:
What's New
  • 5 april 2006
    RegURL 0.2 - Load the URL in a new tab.
Other Stuff

The regurl extension apply an regular expression on the URL.

regurl 0.2 is released - install it here

Regular expressions :

Search Replace Result
^(.+://[^/]+).+$ $1 Go to the root of a website.
^.+p=([^&]+).* http://www.google.com/search?q=$1 Extract queries from Yahoo Search and use it on Google
^.+q=([^&]+).* http://search.yahoo.com/search?p=$1 Extract queries from Google and use it on Yahoo Search

The regurl project can be contacted through the mailing list or the member list.
Copyright © 2000-2009. All rights reserved. Terms of Use & Privacy Policy.