-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web discord seems to be broken. only blank page #145
Comments
Same issue here - latest waterfox classic 2022.06, blank page after login or when visiting a discord channel. |
Any particular errors that stand out in the developer tools' console? |
Polly has a BigInt polyfill. Try that. |
I tried this - but no change - still a blank page.
Do you have the user.js handy? Weird UI is better than no UI until this is resolved |
Edit: Discord seems to be working now without the workaround. Disable the workaround if is in use to prevent error. (Future update of discord might break it, do this at your own peril)Click to expand!
// ==UserScript==
// @name Discord edited (BigInt)
// @namespace a
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://discord.com/*/*
// @match https://discord.com/*
// @grant none
// ==/UserScript==
(function () {
/* paste the copied script below */
})();
For manual replacement, save the page and edit it. Text editor with regex search and replace function is recommended.
|
If I try the automated method I get the error in console "TypeError: The URL of the script obtained in previous step is not a valid URL." EDIT: seems like this only works with Tampermonkey, I was trying it with Greasemonkey - got it working now - many thanks :) |
Seems broken again after the last Waterfox update (2022.08), I haven't tried the above workaround again yet. Is someone working on a proper fix for this? I'm not a developer but BigInt seems well documented (eg in the BigInt section of the Polly github page). |
Polly didn't help in my case either. |
https://bugzilla.mozilla.org/show_bug.cgi?id=1366287 |
Waterfox Classic: Trying "Polly" and User Agent tweak: Have you a new solution? |
@decembre |
Tested and approved! and thank to wicknix » 2023-10-07 many thanks walmar :-) |
An identical solution for Mozilla addon site ? Many function don't work now with Waterfox Classic. |
Unfortunately with this fix I seem to have to log in again every time I open discord.com EDIT: I lose my login when I refresh the page too - not sure if this is a discord thing or related to the fix, is anyone else experiencing this? |
Yes, that's the same thing for me. |
Many thanks for the confirmation and the add-on recommendation :) Since this started with using the script, I think one of the linked .js scripts might be forcing the relogin or altering the cookies. I tried disabling the .js scripts one at a time, but as expected all 3 (and the .css) are needed for this to work. |
Hmmm seems Dicord rework normally without the Userscript's fix....?? |
But Github not perfectly: |
I guess whatever Discord changed, they changed back :) - I'd rather the white background than have to login each time (not sure if Discord would get suspicious of many logins)
Yes Waterfox and Github seem to have been at war for some time. I have to use a different browser to edit comments. |
I send it a request : |
when opening discord, all what it does is showing a blank page after login.
tested with latest waterfox classic and all addons disabled.
The text was updated successfully, but these errors were encountered: