SUMMARY SubToMe is a subscribe button. It decouples the content to which a user can subscribe from the application this user may want to use to perform the subscription. It's loosely inspired by WebIntents. STEPS TO REPRODUCE 1. Bookmark the SubToMe bookmarklet. Alternatively, use SubToMe within a webpage (e.g. Userscript*) 2. Click on bookmarklet or link 3. A dialog might (sometimes not) appear for a fraction of a second and disappears fast. * https://openuserjs.org/scripts/sjehuda/Newspaper OBSERVED RESULT No dialog appears, yet, the webpage elements are not accessible due to the dialog, which seems to be invisible. EXPECTED RESULT Display SubToMe dialog. SOFTWARE/OS VERSIONS Qt Version: 5.15.5 ADDITIONAL INFORMATION Falkon is good
Install SubToMe bookmarklet from https://www.subtome.com/#/settings javascript:(function()%7Bvar%20z=document.createElement(%22script%22);z.src=%22https://www.subtome.com/load.js%22;document.body.appendChild(z);%7D)()