Skip to content

Instantly share code, notes, and snippets.

@Chunjee
Chunjee / LoneIRC_LatestVersion
Last active September 23, 2015 22:24
LoneIRC_Latest-Version
v1.9.3
v0.8
This file has been truncated, but you can view the full file.
// ==UserScript==
// @name SA Smilies for the Web
// @namespace http://knwd.us
// @version 0.3.1
// @description :siren:SA SMILIES ALL OVER THE WEB:siren:
// @include *
// @exclude http://forums.somethingawful.com/*
// ==/UserScript==
// array generated on 20130307 by Random
This file has been truncated, but you can view the full file.
// ==UserScript==
// @name SA Smilies for the Web
// @namespace http://knwd.us
// @version 0.3.1
// @description :siren:SA SMILIES ALL OVER THE WEB:siren:
// @include *
// @exclude http://forums.somethingawful.com/*
// ==/UserScript==
// array generated on 20130307 by Random
// ==UserScript==
// @name Industrial Grade Cat Remover
// @version 0.2.9
// @description Hide cat posts from SA's Star Citizen thread
// @match *://forums.somethingawful.com/*
// @grant none
// @namespace http://github.com/Chunjee
// @updateURL https://gist.githubusercontent.com/Chunjee/922bed7acd5e1686a3a22568e720a03d/raw/Industrial-Grade-Cat-Remover.user.js
// @author Chunjee
// ==/UserScript==
// ==UserScript==
// @name Something Awful No External Ads
// @version 0.1.0
// @description Hide ads when they lead off site
// @updateURL https://gist.githubusercontent.com/Chunjee/4df598ae748afecd40ca7d22732b8756/raw/%2520Something-Awful-No-External-Ads.user.js
// @match *://forums.somethingawful.com/*
// @namespace http://github.com/Chunjee
// @author Chunjee
// ==/UserScript==
// ==UserScript==
// @name Something Awful True Ignore
// @version 0.1.0
// @description Hide Posts from annoying users
// @match *://forums.somethingawful.com/showthread.php*
// @match *://forums.somethingawful.com/member2.php?action=viewlist&userlist=ignore*
// @grant GM_setValue
// @grant GM_getValue
// @namespace http://github.com/Chunjee
// @author Chunjee
// ==UserScript==
// @name Something-Awful-PageSniper
// @version 0.1.2
// @description Count posts for page sniping
// @match *://forums.somethingawful.com/*
// @license MIT
// @grant none
// @namespace http://github.com/Chunjee
// @author Chunjee
// ==/UserScript==
// ==UserScript==
// @name Regular Strength Cat Remover
// @version 0.0.1
// @description Hide cat posts from SA's Star Citizen thread
// @match *://forums.somethingawful.com/*
// @grant none
// @namespace http://github.com/Chunjee
// @updateURL
// @author Chunjee
// ==/UserScript==
@Chunjee
Chunjee / ScaleManager.js
Created May 14, 2018 02:29 — forked from AleBles/ScaleManager.js
Phaser v3 temp (css) scale amanger
//ScaleManager.js
class ScaleManager {
constructor(canvas, isMobile) {
this.canvas = canvas;
this.mobile = isMobile;
window.addEventListener('resize', () => {
this.resize(this.canvas);
if (this.mobile) {