Feodor2 / Mypal68

web browser
Other
602 stars 37 forks source link

Discord problems #306

Open XPMilkChan opened 10 months ago

XPMilkChan commented 10 months ago

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

jonm58 commented 10 months ago

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);
XPMilkChan commented 10 months ago

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

MWF2 commented 10 months ago

that didn't work image

jonm58 commented 10 months ago

that didn't work image

dom.audioworklet.enabled true?

jonm58 commented 10 months ago

@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);
bluedragon-cairo commented 10 months ago

dom.audioworklet.enabled true?

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

pachuco commented 10 months ago

@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?

NS-Clone commented 10 months ago

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

bluedragon-cairo commented 10 months ago

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

NS-Clone commented 10 months ago

is there any other XP browser that works with discord?

bluedragon-cairo commented 10 months ago

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)

roytam1 commented 10 months ago

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

bluedragon-cairo commented 10 months ago

no, UXP based browsers works

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

bluedragon-cairo commented 10 months ago

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

bluedragon-cairo commented 10 months ago

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 = ...)

MWF2 commented 10 months ago

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

NS-Clone commented 10 months ago

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?

bluedragon-cairo commented 10 months ago

https://discord.gg/CXADstMb

bluedragon-cairo commented 10 months ago

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

Is that 68.13.6 version?

MWF2 commented 10 months ago

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

NS-Clone commented 9 months ago

https://discord.gg/CXADstMb

2023-11-14_012653

MWF2 commented 9 months ago

https://discord.gg/CXADstMb

2023-11-14_012653

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

bluedragon-cairo commented 9 months ago

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

NS-Clone commented 9 months ago

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