harman28 / Read Mode

// ==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);