mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-06-10 12:22:16 +03:00
Fix userscript DHT button
This commit is contained in:
parent
5664e7e917
commit
e9827d6adc
@ -31,7 +31,7 @@ window.setInterval(function(){
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const help = document.querySelector("div[class^='title'] a[href*='support.discordapp.com']");
|
const help = document.querySelector("section[class^='title'] a[href*='support.discordapp.com']");
|
||||||
|
|
||||||
if (help){
|
if (help){
|
||||||
help.insertAdjacentHTML("afterend", `
|
help.insertAdjacentHTML("afterend", `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user