Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

Github page gets stuck during loading #72

Closed
and3rson opened this issue Nov 7, 2019 · 9 comments
Closed

Github page gets stuck during loading #72

and3rson opened this issue Nov 7, 2019 · 9 comments
Labels
External 😥 Issue is external to this script

Comments

@and3rson
Copy link

and3rson commented Nov 7, 2019

  • Browser: Mozilla Firefox 69.0b7, ViolentMonkey
  • Operating System: Arch Linux rolling
  • Link to page with the issue: https://github.com/

Since this morning Github fails to load if this script is enabled. After some time, there's a notification that a script is stuck and offers to terminate it or start debug. Unfortunately hitting "debug" button just opens a debugger with no additional information about current stack trace.

@and3rson and3rson added the bug 🐛 Something isn't working label Nov 7, 2019
@redkite
Copy link

redkite commented Nov 7, 2019

Can confirm, same issue with Firefox 70.0.1 on Ubuntu LTS 18.04.

Reliably freezes the browser and/or the whole machine.

@unixfox
Copy link

unixfox commented Nov 7, 2019

Can confirm same issue on Firefox and on Chromium with ViolentMonkey.

@Mottie
Copy link
Member

Mottie commented Nov 7, 2019

I'm not seeing any issues on my Windows 10 machine, Tampermonkey v4.9.5941 & Firefox 70.0.1.

I don't think it'd be related to the Linux OS, so it might be associated with ViolentMonkey or maybe interference from another extension. Please try disabling other extensions to see if it's a combination causing the problem.

@the-j0k3r
Copy link
Member

Since this morning

Arch Linux bleeding edge, cant say Im surprised. What Other OS's can you test in?

@unixfox
Copy link

unixfox commented Nov 7, 2019

You are right @Mottie, it's related to ViolentMonkey. I just tested on Tampermonkey and it's working perfectly.

@KaKi87
Copy link

KaKi87 commented Nov 7, 2019

Can confirm this issue happens when using ViolentMonkey but not Tampermonkey.

ViolentMonkey's latest version was released 8 hours ago.

@Mottie Mottie added External 😥 Issue is external to this script and removed bug 🐛 Something isn't working labels Nov 7, 2019
@tophf
Copy link

tophf commented Nov 7, 2019

While this is indeed a bug in Violentmonkey added by yours truly, a quick workaround is to replace GM.addStyle( call with GM_addStyle(. The latter can be used safely as it's added if not present by gm4-polyfill.js. Moreover there is no such thing as GM.addStyle in Greasemonkey4 API.

@maricn
Copy link

maricn commented Nov 7, 2019

Updating Violentmonkey to latest version fixes the issue - https://github.com/violentmonkey/violentmonkey/releases/tag/v2.12.1

@KaKi87
Copy link

KaKi87 commented Jan 21, 2020

This issue has been resolved and should be closed now. Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
External 😥 Issue is external to this script
Projects
None yet
Development

No branches or pull requests

8 participants