Definitely a much-needed area for development. However, having gone down the browser extension rabbit hole, I've largely shifted my focus to user scripts. Granted, there will always be a need for specialized browser extensions like ad blockers (uBlock[1]), keyboard shortcuts (Vimium-C[2]), and password managers (Bitwarden[3]). That said, I find user scripts superior for most tasks, despite some lacking UI niceties. T…
Do you have any user scripts you find handy or use often?
Show HN: Bedframe – open-source Browser Extension Development framework
11–20 of 37 posts
Re: Show HN: Bedframe – open-source Browser Extension Development framework
#12Earlier quoted context omitted.
Do you have any user scripts you find handy or use often?
I recently started to have the same ideas, and I have created 3 bookmarklets and 1 userscript https://github.com/madacol/web-automation
This is a bookmarklet to edit any text on a web page
javascript: (function() { document.body.contentEditable = true; document.body.spellcheck = false; })();
Very useful when I want to grab a screenshot and I want to REDACT personal informationRe: Show HN: Bedframe – open-source Browser Extension Development framework
#13Earlier quoted context omitted.
I recently started to have the same ideas, and I have created 3 bookmarklets and 1 userscript https://github.com/madacol/web-automation
To give you an example This is a bookmarklet to edit any text on a web page javascript: (function() { document.body.contentEditable = true; document.body.spellcheck = false; })(); Very useful when I want to grab a screenshot and I want to REDACT personal information
Re: Show HN: Bedframe – open-source Browser Extension Development framework
#14Definitely a much-needed area for development. However, having gone down the browser extension rabbit hole, I've largely shifted my focus to user scripts. Granted, there will always be a need for specialized browser extensions like ad blockers (uBlock[1]), keyboard shortcuts (Vimium-C[2]), and password managers (Bitwarden[3]). That said, I find user scripts superior for most tasks, despite some lacking UI niceties. T…
Re: Show HN: Bedframe – open-source Browser Extension Development framework
#15I’ve been happy with it, especially the testing / beta deployment and messaging libraries.
Re: Show HN: Bedframe – open-source Browser Extension Development framework
#16Re: Show HN: Bedframe – open-source Browser Extension Development framework
#17Re: Show HN: Bedframe – open-source Browser Extension Development framework
#18Re: Show HN: Bedframe – open-source Browser Extension Development framework
#19Does the name of this organization seem suspicious to anyone else?