Skip to content

Instantly share code, notes, and snippets.

@alsanan
Created February 28, 2025 08:09
Show Gist options
  • Select an option

  • Save alsanan/1212d5478b7b9f09cae6bb92536ef66e to your computer and use it in GitHub Desktop.

Select an option

Save alsanan/1212d5478b7b9f09cae6bb92536ef66e to your computer and use it in GitHub Desktop.
Min browser: Show current page through instapaper to improve readability (context-menu)
// ==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