Mypal68 icon indicating copy to clipboard operation
Mypal68 copied to clipboard

Discord problems

Open XPMilkChan opened this issue 2 years ago • 24 comments

verta DM'd me saying he had a problem with Discord. I've tried opening f12. Screenshot (87) bandicam 2023-10-28 23-29-14-828 Windows Server 2003 x64 with My UpdatePacks

XPMilkChan avatar Oct 28 '23 16:10 XPMilkChan

install Greasemonkey、Tampermonkey or Violentmonkey Add this userscript,discord will work again.

// ==UserScript==
// @name        Fix Discord on TenFourFox, Firefox 52 ESR, and other old browser versions
// @description hhhhh morck
// @namespace   https://discord.com/
// @version     1
// @grant       none
// @match       https://discord.com/*
// ==/UserScript==
let script = document.createElement('script');
let script2 = document.createElement('script');
let script3 = document.createElement('script');
 script.src = "https://discord.com/assets/d7c70c292a77dd025eba.js"
script2.src = "https://discord.com/assets/9d3ff64602b4f78a60d8.js"
script3.src = "https://discord.com/assets/bb94134c7a50eb6067c2.js"
document.body.appendChild(script);
document.body.appendChild(script2);
document.body.appendChild(script3);
var cssLink = document.createElement("link");
cssLink.rel = "stylesheet";
cssLink.href = "https://discord.com/assets/0.acc5d19163086a0c4b13.css";
cssLink.integrity = "";
document.head.appendChild(cssLink);

jonm58 avatar Oct 28 '23 16:10 jonm58

install Greasemonkey、Tampermonkey or Violentmonkey Add this userscript,discord will work again.

// ==UserScript==
// @name        Fix Discord on TenFourFox, Firefox 52 ESR, and other old browser versions
// @description hhhhh morck
// @namespace   https://discord.com/
// @version     1
// @grant       none
// @match       https://discord.com/*
// ==/UserScript==
let script = document.createElement('script');
let script2 = document.createElement('script');
let script3 = document.createElement('script');
 script.src = "https://discord.com/assets/d7c70c292a77dd025eba.js"
script2.src = "https://discord.com/assets/9d3ff64602b4f78a60d8.js"
script3.src = "https://discord.com/assets/bb94134c7a50eb6067c2.js"
document.body.appendChild(script);
document.body.appendChild(script2);
document.body.appendChild(script3);
var cssLink = document.createElement("link");
cssLink.rel = "stylesheet";
cssLink.href = "https://discord.com/assets/0.acc5d19163086a0c4b13.css";
cssLink.integrity = "";
document.head.appendChild(cssLink);

Thanks

XPMilkChan avatar Oct 28 '23 17:10 XPMilkChan

that didn't work image

MWF2 avatar Oct 28 '23 23:10 MWF2

that didn't work image

dom.audioworklet.enabled true?

jonm58 avatar Oct 29 '23 00:10 jonm58

@MWF2 yep,userscript not work,i hate discord

// ==UserScript==
// @name        Fix Discord on TenFourFox, Firefox 52 ESR, and other old browser versions
// @description hhhhh morck
// @namespace   https://discord.com/
// @version     1
// @grant       none
// @match       https://discord.com/*
// ==/UserScript==
let script = document.createElement('script');
let script2 = document.createElement('script');
let script3 = document.createElement('script');
 script.src = "https://cdn-js.moeworld.top/gh/jonm58/RES/d7c70c292a77dd025eba.js"
script2.src = "https://cdn-js.moeworld.top/gh/jonm58/RES/9d3ff64602b4f78a60d8.js"
script3.src = "https://cdn-js.moeworld.top/gh/jonm58/RES/bb94134c7a50eb6067c2.js"
document.body.appendChild(script);
document.body.appendChild(script2);
document.body.appendChild(script3);
var cssLink = document.createElement("link");
cssLink.rel = "stylesheet";
cssLink.href = "https://cdn-js.moeworld.top/gh/jonm58/RES/0.acc5d19163086a0c4b13.css";
cssLink.integrity = "";
document.head.appendChild(cssLink);

jonm58 avatar Oct 29 '23 00:10 jonm58

dom.audioworklet.enabled true?

That makes the browser crash. I'm using the old Discord frontend but I can't use voice calls

Thyristor-Chopper avatar Oct 29 '23 03:10 Thyristor-Chopper

@MWF2 yep,userscript not work,i hate discord

// ==UserScript==
// @name        Fix Discord on TenFourFox, Firefox 52 ESR, and other old browser versions
// @description hhhhh morck
// @namespace   https://discord.com/
// @version     1
// @grant       none
// @match       https://discord.com/*
// ==/UserScript==
let script = document.createElement('script');
let script2 = document.createElement('script');
let script3 = document.createElement('script');
 script.src = "https://cdn-js.moeworld.top/gh/jonm58/RES/d7c70c292a77dd025eba.js"
script2.src = "https://cdn-js.moeworld.top/gh/jonm58/RES/9d3ff64602b4f78a60d8.js"
script3.src = "https://cdn-js.moeworld.top/gh/jonm58/RES/bb94134c7a50eb6067c2.js"
document.body.appendChild(script);
document.body.appendChild(script2);
document.body.appendChild(script3);
var cssLink = document.createElement("link");
cssLink.rel = "stylesheet";
cssLink.href = "https://cdn-js.moeworld.top/gh/jonm58/RES/0.acc5d19163086a0c4b13.css";
cssLink.integrity = "";
document.head.appendChild(cssLink);

Why are scripts from another domain?

pachuco avatar Oct 30 '23 17:10 pachuco

Why are scripts from another domain?

maybe its saved "old" discord scriipts also it doesn't works too

without it discord works with big glitches with it discord doesn't works et all

NS-Clone avatar Oct 30 '23 20:10 NS-Clone

Discord old scripts are still in discordapp.com/assets/XXX. I'm using the old 2019 version ~~because it's much better than the current version~~ with scripts from that domain

Thyristor-Chopper avatar Oct 31 '23 09:10 Thyristor-Chopper

is there any other XP browser that works with discord?

NS-Clone avatar Nov 02 '23 23:11 NS-Clone

Not sure, I think New Moon doesn't work properly either (even if it works, it runs very slow because websites these days are all total JavaScript abominations.) except the chinese chrome forks (I don't trust them)

Thyristor-Chopper avatar Nov 04 '23 05:11 Thyristor-Chopper

I think New Moon doesn't work properly either

no, UXP based browsers works

(even if it works, it runs very slow because websites these days are all total JavaScript abominations.)

thats another issue, but it is working

roytam1 avatar Nov 11 '23 02:11 roytam1

no, UXP based browsers works

sorry I haven't updated your New Moon for a while, didn't know

Thyristor-Chopper avatar Nov 11 '23 09:11 Thyristor-Chopper

Oh well nevermind it works now in the current outdated version in my compuiter... I think I messed up with some userscripts and proxies causing it not work before image

Thyristor-Chopper avatar Nov 11 '23 09:11 Thyristor-Chopper

thats another issue, but it is working

to be honest, for my experience, New Moon / Mypal 28's performance varies(the gap is wide for every computers) in a public computer at some place I go often, New Moon runs fast like chrome & youtube even works smoothly. However in some other computers, YouTube loading takes forever & the browser freezes

(off topic: I use NoScript but websites these days overuse javascript too much & can't even click on a single link if I don't use javascript because they can just implement it using a href but they use location.href = ...)

Thyristor-Chopper avatar Nov 11 '23 09:11 Thyristor-Chopper

little update about this, recently discord works again so, it don't need an script anymore image

MWF2 avatar Nov 11 '23 17:11 MWF2

little update about this, recently discord works again so, it don't need an script anymore image

where i can got link to this discord XP server?

NS-Clone avatar Nov 12 '23 01:11 NS-Clone

https://discord.gg/CXADstMb

Thyristor-Chopper avatar Nov 12 '23 06:11 Thyristor-Chopper

little update about this, recently discord works again so, it don't need an script anymore

Is that 68.13.6 version?

Thyristor-Chopper avatar Nov 12 '23 06:11 Thyristor-Chopper

little update about this, recently discord works again so, it don't need an script anymore

Is that 68.13.6 version?

before upgrade to 68.13.6, this was running 68.13.5

MWF2 avatar Nov 12 '23 15:11 MWF2

https://discord.gg/CXADstMb

2023-11-14_012653

NS-Clone avatar Nov 13 '23 23:11 NS-Clone

https://discord.gg/CXADstMb

2023-11-14_012653

that cause that link is expired, here the new one https://discord.gg/UECgb6zz

MWF2 avatar Nov 13 '23 23:11 MWF2

I think New Moon doesn't work properly either

no, UXP based browsers works

(even if it works, it runs very slow because websites these days are all total JavaScript abominations.)

thats another issue, but it is working

@roytam1

off topic, but is it technically possible to backport Firefox quantum's JavaScript engine to a UXP based browser? I don't like modern firefox's UI and modern Gecko (for example, adding contenteditable in the table tag shows a cell editor in UXP browsers but not in Firefox Quantum) but goanna's JavaScript engine often hangs in modern sites

Thyristor-Chopper avatar Nov 25 '23 11:11 Thyristor-Chopper

ну вот дискорд опять включил мигалку на очердном праздничном "обновлеиии" все опять БЛДЖД поломаетсо....

NS-Clone avatar Dec 12 '23 12:12 NS-Clone