NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Read Mode // @include * // @exclude about:reader* // @author Harman Singh // @grant none // ==/UserScript== var reader_url = 'about:reader?url='.concat(encodeURIComponent(window.location.href)); prompt('Copy and paste into the URL bar: \n(Ctrl+C Ctrl+L Ctrl+V is a useful shortcut)', reader_url);