Created
February 28, 2025 08:09
-
-
Save alsanan/1212d5478b7b9f09cae6bb92536ef66e to your computer and use it in GitHub Desktop.
Min browser: Show current page through instapaper to improve readability (context-menu)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name ℹ️ instapaper | |
| // @version 0.1 | |
| // @description show through instapaper this page | |
| // @author alsanan | |
| // @match * | |
| // @run-at context-menu | |
| // ==/UserScript== | |
| window.location = 'http://www.instapaper.com/text?u=' + encodeURIComponent(window.location.href); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment