Bug 457158 - SubToMe bookmarklet doesn't work
Summary: SubToMe bookmarklet doesn't work
Status: REPORTED
Alias: None
Product: Falkon
Classification: Applications
Component: general (show other bugs)
Version: 22.04.3
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-26 12:36 UTC by genghiskhan
Modified: 2022-07-26 12:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)()