diff --git a/README.md b/README.md index 262e3bd..0eecb4d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Welcome -All you need to **use Discord History Tracker** is either an up-to-date browser, or the [Discord desktop client](https://discordapp.com/download). Visit the [official website](https://dht.chylex.com) for instructions. +All you need to **use Discord History Tracker** is either an up-to-date browser, or the [Discord desktop client](https://discord.com/download). Visit the [official website](https://dht.chylex.com) for instructions. To **report an issue or suggestion**, first please see the [issues](https://github.com/chylex/Discord-History-Tracker/issues) page and make sure someone else hasn't already created a similar issue report. If you do find an existing issue, comment on it or add a reaction. Otherwise, either click [New Issue](https://github.com/chylex/Discord-History-Tracker/issues/new), or contact me via email [contact@chylex.com](mailto:contact@chylex.com) or Twitter [@chylexmc](https://twitter.com/chylexmc). diff --git a/src/base/track.user.js b/src/base/track.user.js index 250d2e0..9c091c5 100644 --- a/src/base/track.user.js +++ b/src/base/track.user.js @@ -5,7 +5,7 @@ // @namespace https://chylex.com // @homepageURL https://dht.chylex.com/ // @supportURL https://github.com/chylex/Discord-History-Tracker/issues -// @include https://discordapp.com/* +// @include https://discord.com/* // @run-at document-idle // @grant none // ==/UserScript== @@ -31,7 +31,7 @@ window.setInterval(function(){ return; } - const help = document.querySelector("section[class^='title'] a[href*='support.discordapp.com']"); + const help = document.querySelector("section[class^='title'] a[href*='support.discord.com']"); if (help){ help.insertAdjacentHTML("afterend", ` diff --git a/src/tracker/Σ.js b/src/tracker/Σ.js index ad56a3c..d040e91 100644 --- a/src/tracker/Σ.js +++ b/src/tracker/Σ.js @@ -1,4 +1,4 @@ -if (!window.location.href.includes("discordapp.com/")){ +if (!window.location.href.includes("discord.com/")){ if (!confirm("Could not detect Discord in the URL, do you want to run the script anyway?")){ return; } diff --git a/web/index.php b/web/index.php index 11a65fb..cf87dbd 100644 --- a/web/index.php +++ b/web/index.php @@ -35,7 +35,7 @@
  • Click Install Userscript to prompt an installation into the userscript manager
  • -
  • Open Discord, and view any server, group, or private conversation (it will not appear in Friends list)
  • +
  • Open Discord, and view any server, group, or private conversation (it will not appear in Friends list)
  • Click DHT in the top right corner:
  • @@ -62,7 +62,7 @@
    1. Right-click " onclick="return false;" onauxclick="return false;">Discord History Tracker
    2. Select «Bookmark This Link» and save the bookmark
    3. -
    4. Open Discord and click the bookmark to run the script
    5. +
    6. Open Discord and click the bookmark to run the script