mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-13 07:17:12 +03:00
Fix userscript DHT button
This commit is contained in:
parent
5664e7e917
commit
e9827d6adc
@ -31,7 +31,7 @@ window.setInterval(function(){
|
||||
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){
|
||||
help.insertAdjacentHTML("afterend", `
|
||||
|
Loading…
x
Reference in New Issue
Block a user