Skip to content

Instantly share code, notes, and snippets.

@iGlitch
Created December 21, 2017 22:49
Show Gist options
  • Save iGlitch/8ec2c4e8f4323369901ee2fb0b09231c to your computer and use it in GitHub Desktop.
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
// ==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