Skip to content

Instantly share code, notes, and snippets.

View nirewen's full-sized avatar
:fishsticks:

Eduardo Londero nirewen

:fishsticks:
View GitHub Profile
@nirewen
nirewen / msgDelete.plugin.js
Created April 26, 2016 19:46
Message Delete - A plugin that creates an easy button to delete the messages!
//META{"name":"Delete"}*//
//Inspired on Jiiks dblClickEdit plugin and Reply plugin by CosmicSalad (Hammock)
var Delete = function () {};
Delete.prototype.start = function() {
$(document).on("mouseover.rpr", function(e) {
var target = $(e.target);
if(target.parents(".message").length > 0) {
@nirewen
nirewen / Discordify.theme.css
Last active June 20, 2023 19:40
Discordify - A theme that makes Discord looks like Spotify! v3.0.1 - New switches (because the old ones were ugly (puke)) and moar
//META{"name":"Discordify","description":"A Spotify inspired theme<br><br>No need to update this theme, it updates itself when you reload Discord","author":"Nirewen","version":"ersion: [Reload for latest version]"}*//{}
@import url("https://rawgit.com/nirewen/Discordify/master/css/main.css");