All Projects → Pitu → Magane

Pitu / Magane

Licence: mit
Bringing LINE's sticker to Discord in a chaotic way.

Programming Languages

js
455 projects

Projects that are alternatives of or similar to Magane

Figma Theme Ui
Convert a Theme UI config to Figma Styles
Stars: ✭ 122 (+50.62%)
Mutual labels:  plugin, svelte
Betterdiscordapp
Better Discord App enhances Discord desktop app with new features.
Stars: ✭ 1,225 (+1412.35%)
Mutual labels:  plugin, discord
Snow Stamp
Get the timestamp from a Discord snowflake ❄
Stars: ✭ 95 (+17.28%)
Mutual labels:  discord, svelte
Citador
Quote messages on Discord with a simple click
Stars: ✭ 130 (+60.49%)
Mutual labels:  plugin, discord
Vim Svelte
Vim syntax highlighting and indentation for Svelte 3 components.
Stars: ✭ 158 (+95.06%)
Mutual labels:  plugin, svelte
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (+790.12%)
Mutual labels:  discord, line
Unifiedmessagerelay
Group Message Forward Framework (supports QQ Telegram Line Discord)
Stars: ✭ 363 (+348.15%)
Mutual labels:  discord, line
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+797.53%)
Mutual labels:  discord, line
Figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵
Stars: ✭ 80 (-1.23%)
Mutual labels:  discord
Tensorboard Empty Scalar Hider
Chrome Extension of hiding empty scalar/panes in TensorBoard.
Stars: ✭ 81 (+0%)
Mutual labels:  plugin
Betterdiscord Plugins
Assorted small plugins for BetterDiscord
Stars: ✭ 79 (-2.47%)
Mutual labels:  discord
Nino
🔨 Advanced and cute moderation discord bot as an entry of Discord's Hack Week!
Stars: ✭ 78 (-3.7%)
Mutual labels:  discord
Open Sourcebot
An open source Discord bot created and run by TheSourceCode community.
Stars: ✭ 81 (+0%)
Mutual labels:  discord
Xcodecolorsense
🎈 An Xcode plugin that makes working with color easier
Stars: ✭ 79 (-2.47%)
Mutual labels:  plugin
Sentinl
Kibana Alert & Report App for Elasticsearch
Stars: ✭ 1,233 (+1422.22%)
Mutual labels:  plugin
Vue Rawmodel
RawModel.js plugin for Vue.js v2. Form validation has never been easier!
Stars: ✭ 79 (-2.47%)
Mutual labels:  plugin
Webhook Discord
A simple Javascript file for nicely formatting Discord webhooks
Stars: ✭ 81 (+0%)
Mutual labels:  discord
Hidden Secrets Gradle Plugin
🔒 Deeply hide secrets on Android
Stars: ✭ 79 (-2.47%)
Mutual labels:  plugin
Pluginapplication
学习Android插件化必备demo
Stars: ✭ 79 (-2.47%)
Mutual labels:  plugin
Craft Async Queue
Async Queue Handler for Craft 3
Stars: ✭ 80 (-1.23%)
Mutual labels:  plugin

GitHub license Chat / Support Support me Support me

What does this do?

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!

It looks like this

How even?

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!

Can I make this permanent?

You can! Currently the best way to get this up and running is by using BetterDiscord . Make sure to head to the Magane website for instructions on how to install it. If you have another injector already set up and running you could theoretically just feed it the Magane script and see if it works:

https://raw.githubusercontent.com/Pitu/Magane/master/dist/magane.min.js

So how exactly do I use it after adding the script?

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.

Give me the code, I want to run this right now!

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 running npm run webpack.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].