Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camporter/justgotothedamnurl-webextension
https://github.com/camporter/justgotothedamnurl-webextension
firefox firefox-addon firefox-tweaks firefox-webextension webextension
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/camporter/justgotothedamnurl-webextension
- Owner: camporter
- License: mit
- Created: 2020-05-14T21:30:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T12:07:30.000Z (almost 2 years ago)
- Last Synced: 2023-03-24T08:09:42.517Z (almost 2 years ago)
- Topics: firefox, firefox-addon, firefox-tweaks, firefox-webextension, webextension
- Language: JavaScript
- Homepage: https://justgotothedamnurl.com
- Size: 608 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# justgotothedamnurl-webextension
Firefox >=77 now searches when you enter perfectly legitimate URLs.
Reverse this behavior with a search engine that just goes to the URL.URL-like search terms will be handled as URLs, otherwise the configured
search URL will be used to actually perform a search with the search terms.
By default, DuckDuckGo is used. Other search engines can be configured
in the addon preferences.## Using
* Install from https://addons.mozilla.org/en-US/firefox/addon/justgotothedamnurl/ or install the extension manually.
* If not initially prompted to set the default search provider to `justgotothedamnurl`, then go to the search preferences and set it as the default.
* Enter a local URL that Firefox tries to let search handle (eg `hostname.local`) which should now go to the actual website instead of searching for it.## Building
* Install a recent version of node.
* Run `./build.sh`
* Use the zip that was created in `web-ext-artifacts`.## Testing
* Rebuild the extension.
* Run `npx web-ext run`