question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Two issues occur with Tampermonkey (ok with Violentmonkey)

See original GitHub issue

Using the latest script version with Tampermonkey 4.10.6109 beta in Chrome 79 and Firefox 72 (fresh profiles) in win10. Both issues don’t occur with Violentmonkey.

  1. The d shortcut to download (pressed while popup is visible) doesn’t work.

    • In Instagram profiles, the full size only appears for the first 12 pics. As you scroll further down and mouseover, the cursor just spins endlessly. There’s no entry in Console. e.g. https://www.instagram.com/instagram/
    • In Facebook profile photo pages, no full size images are displayed at all, e.g. https://www.facebook.com/pg/instagram/photos/ The cursor only spins endlessly as you mouseover. There’s no entry in Console.

P.S. Thank you for your awesome work maintaining this super useful script!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
tophfcommented, Feb 3, 2020

Fixed in the new version via 4aeac35e.

1reaction
tophfcommented, Mar 27, 2020

1 was caused by a bug (or an inherent deficiency) in Tampermonkey: it ignored GM_registerMenuCommand from the main document (it takes longer to load) if an iframe called it first. Fixed.

2 requires you to whitelist this weird extension in TM’s settings. The error message will be shown now. The imdb rule seems to work without _ in the extension so you can fix it in the rules repo.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Either startup or match-script-to-site sometimes fails ... - GitHub
I think this is the expected behavior. It takes some time for Violentmonkey to start up and load all the scripts. So the...
Read more >
ViolentMonkey an open source alternative to TamperMonkey
ViolentMonkey is an open source userscript manager, its an alternative to GreaseMonkey which hasnt been updated in 2 years and TamperMonkey ...
Read more >
Tampermonkey • FAQ
Q206: Tampermonkey tells me that my Chrome profile is broken. What does that mean? ... This issue was earlier caused by a bug...
Read more >
How To Install, Use And Write A Userscript: A Tampermonkey ...
1. Introduction 2. Installing a userscript manager 3. Searching for userscripts
Read more >
Is it possible for Tampermonkey to share one storage on ...
Both Tampermonkey /Violentmonkey provide real-time access to the real values. They do it by propagating the change to all tabs/frames where this ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found