https://github.com/dcrousso/url-shortcut
Allows users to create shortcuts that, when entered into the URL bar, will redirect them to the preset page
https://github.com/dcrousso/url-shortcut
chrome-extension customization opera-extension prefix-query productivity redirect regular-expressions safari-extension url-shortcut
Last synced: 6 months ago
JSON representation
Allows users to create shortcuts that, when entered into the URL bar, will redirect them to the preset page
- Host: GitHub
- URL: https://github.com/dcrousso/url-shortcut
- Owner: dcrousso
- Created: 2016-08-14T20:50:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T00:00:29.000Z (over 8 years ago)
- Last Synced: 2025-03-26T03:51:17.639Z (7 months ago)
- Topics: chrome-extension, customization, opera-extension, prefix-query, productivity, redirect, regular-expressions, safari-extension, url-shortcut
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#  URL Shortcut
Do you get tired of having to type in "youtube.com" when going to watch videos of cats? Does it happen with other websites too?
If this describes you, simply download this extension and configure it via the "options" link, adding a Regular Expression pattern that, when any requested URL matches it, will redirect the request to the given replacement.
### Releases
Browser | Link | Version | Source Code
------- | ---- | ------- | -----------
Safari| [Extensions Gallery](//safari-extensions.apple.com/details/?id=com.dcrousso.urlshortcut-Q5M4T22BE9) | 1.0.2 | [github folder](//github.com/dcrousso/URL-Shortcut/tree/master/Safari/)
Chrome | [Web Store](//chrome.google.com/webstore/detail/url-shortcut/phaniiibecagmfolpbjafbcckimlgjac) | 1.0.2 | [github folder](//github.com/dcrousso/URL-Shortcut/tree/master/Chrome/)
Opera | [Add-Ons](//addons.opera.com/en/extensions/details/url-shortcut/) | 1.0.2 | [github folder](//github.com/dcrousso/URL-Shortcut/tree/master/Chrome/)### Changelog
##### Version 1.0:
- Created base functionality
- Uses Regular Expressions to match each requested URL
- Supports using match patterns as prefixes (http://y/watch?v=dQw4w9WgXcQ will redirect to http://youtube.com/watch?v=dQw4w9WgXcQ)
- Automatically adds an empty field if none exist