A simple JavaScript script that adds a floating "Archive" button to specific news websites, allowing quick archiving via archive.md.


- Floating button appears on whitelisted domains
- Click to open archive in current tab
- Cmd/Ctrl + Click to open in new tab
- Configurable whitelist for domains
- Install a browser extension that allows custom JavaScript injection (e.g., User JavaScript and CSS, Tampermonkey)
- Add new script/userscript in the extension for universal domain (
*
for User JavaScript and CSS) - Copy and paste the script
- Configure the extension to run on whitelisted domains
Sample with User JavaScript and CSS
Currently supports:
- economist.com
- bloomberg.com
- wsj.com
- ft.com
- reuters.com
To modify whitelist, edit the whitelist
array in the script.
I prefer creating a script over developing a browser extension for several reasons:
- Transparency: The script is open source and easy to audit, providing more trust compared to closed-source extensions
- Simplicity: No need to maintain cross-browser compatibility or handle extension-specific requirements
- Customization: Users can easily modify the script to fit their needs without dealing with extension development
- Quick Updates: Changes and improvements can be shared instantly without waiting for extension store approvals
If you find this helpful, you can support me at ko-fi.com/monosketch