Created
December 21, 2017 22:49
-
-
Save iGlitch/8ec2c4e8f4323369901ee2fb0b09231c to your computer and use it in GitHub Desktop.
Greasefork script to add LINE stickers into Discord Web, click the heart next to the emoji symbol
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Discord LINE Stickers Haxx | |
// @version 1 | |
// @description add line stickers to web version of discord | |
// @include https://discordapp.com/channels/* | |
// ==/UserScript== | |
document.head.appendChild(document.createElement('script')).setAttribute("src", "https://magane.moe/api/dist/magane") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment