aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-05-18Update copyright yearHEADmasterTeddy Wing
2019-05-18Run after the page's scripts have loadedTeddy Wing
Use `@run-at` "document-idle" to execute only after the host page's scripts have loaded. The Greasemonkey default is "document-end". I was trying this script on a different machine and Firefox version and it didn't work. Looks like it was running before the region filter was loaded, causing the `toggle` variable to be `null`.
2018-11-21Add READMETeddy Wing
2018-11-21Add license (GNU GPLv3+)Teddy Wing
2018-09-29Add duckduckgo-region-filter-toggle-shortcut.user.jsTeddy Wing
A web user script that adds a keyboard shortcut (Ctrl-r) to DuckDuckGo to toggle the region filter. Because it's not a link and is therefore not clickable via Vim extensions.