Bug 457158

Summary: SubToMe bookmarklet doesn't work
Product: [Applications] Falkon Reporter: genghiskhan
Component: generalAssignee: David Rosca <nowrep>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 22.04.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description genghiskhan 2022-07-26 12:36:37 UTC
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
Comment 1 genghiskhan 2022-07-26 12:42:29 UTC
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)()