Skip to content

Instantly share code, notes, and snippets.

@Icelys
Icelys / packageAdder.user.js
Last active November 30, 2015 03:46 — forked from MegaApuTurkUltra/packageAdder.user.js
Scratch 📦 adder
// ==UserScript==
// @name :package: adder
// @namespace http://aputurk.tk/
// @version 0.2
// @description Adds the :package: emoticon
// @author MegaApuTurkUltra
// @match https://scratch.mit.edu/discuss/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
// ==UserScript==
// @name Scratch Message Count
// @namespace https://github.com/Icelys/
// @include *
// @version 1
// @grant none
// ==/UserScript==
var user = "Icely";
@Icelys
Icelys / antiRickroll.user.js
Last active February 24, 2016 17:06
Stops rickrolls
// ==UserScript==
// @name Anti-Rickroll
// @namespace icelys.github.io
// @version 1
// @grant none
// @match https://www.youtube.com/*
// ==/UserScript==
window.onload = function(){
if(document.location.toString().match(/http(|s):\/\/www\.youtube\.com\/watch/)!=null){
if(document.location.toString().match(/dQw4w9WgXcQ/ig) != null) {
@Icelys
Icelys / StaffHelper.user.js
Last active May 3, 2017 01:57
Staff helper userscript for enjin
// ==UserScript==
// @name StaffHelperEnjin
// @namespace Icelys
// @author icelys.github.io/staffhelper
// @include https://armonicpvp.enjin.com/forum/*
// @version 1
// @grant none
// @run-at document-idle
// ==/UserScript==