You know how LINE and Telegram have this beautiful sticker system where you can send different reactions with just one click? This is a new approach at doing exactly that but on Discord!
By injecting the script into Discord it will automatically pull a curated list of sticker packs from lolisafe and add them to your Discord client. After that a heart button will appear in your message bar where you'll be able to see all the stickers!
You can! If you are on Windows you can use this brand new Discord injector. Just download and run! InjectMeDaddy.
If you are on Linux/MacOS, you can use mydiscord and make sure to add the following script to the plugins array:
https://raw.githubusercontent.com/Pitu/Magane/master/dist/stickers.min.js
It's very easy. After opening the sticker popup click on the little tool icon and you'll see a list of available sticker packs. Clicking on a sticker pack will subscribe you to it, making every sticker on that pack available on the main window. You can also right click any sticker in the list and add them to your favorites for easy access! To remove one, right click on it again.
Press Ctrl + Shift + i
or CMD + Option + i
to open DevTools, and paste the following code inside:
document.head.appendChild(document.createElement('script')).setAttribute("src", "https://magane.moe/api/dist/magane")
Injecting random code into your Discord client could be harmful, that's why I provide the full source code so you can check out exactly what the script does. This plugin makes use of your personal token to make a request to the Discord api each time you click a sticker and never leaves nor does it do anything else with it. The script found in
/dist
is generated, webpacked and babeled from the source by runningnpm run webpack
.