Skip to content

Instantly share code, notes, and snippets.

@TheEnigmaBlade
TheEnigmaBlade / gist:a44174344bacb653cc49
Created May 17, 2014 22:06
ヽ༼ຈل͜ຈ༽ノ ʀᴀɪsᴇ ᴜʀ ᴅᴏɴɢᴇʀs ヽ༼ຈل͜ຈ༽ノ
title+body: ["ヽ༼ຈل͜ຈ༽ノ", "(ง ͠° ل͜ °)ง", "( ͝° ͜ʖ͡°)", "ºل͟º", "Ѱζ༼ᴼل͜ᴼ༽ᶘѰ", "ヽ༼◕ل͜◕༽ノ", "༼-ل͜ຈ༽", "༼ つ ◕_◕ ༽つ", "༼ ᕤ◕◡◕ ༽ᕤ", "༼ つ ◡_◡༽つ", "༼ つ ◕_◕ ༽つ", "ᕙ༼ຈل͜ຈ༽ᕗ", "ᕕ( ᐛ )ᕗ", "( ° ͡ ͜ ͡ʖ ͡ °)","ᕕ( ° ل͜ °)ᕗ", "ノ(ಠ_ಠノ)", "\"\\.'--'\\.\"", "つ ◕_◕ ༽つ", "つ◕_◕ ༽つ", "(raise|lower)\\s+(your|ur)\\s+dongers", "ʀᴀɪsᴇ ᴜʀ ᴅᴏɴɢᴇʀs", "dong\\s*squad", "bowflexin"]
modifiers: regex
action: remove
@TheEnigmaBlade
TheEnigmaBlade / compile_plugin.bat
Last active August 29, 2015 14:01
Firefox addon compilation automation
@echo off
echo Activating SDK...
call addon-sdk\bin\activate.bat
echo.
echo Building extension...
call cfx xpi
echo.
body {
background-image: url(%%bg1%%);
background-repeat: no-repeat;
background-color: black;
background-position: 100% 10px;
background-size: 40%;
}
body:before {
content: "";
// ==UserScript==
// @name Reddit Mod Nuke Userscript
// @version 3.141.592.653
// @include htt*://*.reddit.com/*
// @author djimbob (dr jimbob)
// @description This userscript helps reddit moderators delete threads.
// ==/UserScript==
delete_function = function(thread_root) {
var elmnts = document.getElementsByClassName('id-'+thread_root)[0].querySelectorAll('form input[value="removed"]~span.option.error a.yes,a[onclick^="return big_mod_action($(this), -1)"]');
public class RuneSlot implements Comparable<RuneSlot> {
private int id;
//...
public boolean compareTo(RuneSlot slot) {
return id - slot.id;
}
}
// ==UserScript==
// @name Reddit - redditremove://* button
// @include *://reddit.com/*
// @include *://*.reddit.com/*
// @version 1.0
// @run-at document-start
// ==/UserScript==
function addRemovalButtons() {
reason = 'just_because';
// ==UserScript==
// @name Mod User Notes - /r/LeagueOfLegends version
// @namespace http://www.reddit.com/r/toolbox
// @author agentlame, creesch, EnigmaBlade
// @description Create and display user notes for mods. Modified specifically for /r/LeagueOfLegends mods.
// @include *://www.reddit.com/*
// @include *://reddit.com/*
// @include *://*.reddit.com/*
// @downloadURL http://userscripts.org/scripts/source/172486.user.js
// @version 2.0.0