regurl
| resources: | Home Mailing List Installation Source Code Members Bugs Screenshots |
|---|
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
- Choose if the new URL is loaded in a new tab
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 |