Skip to content

Instantly share code, notes, and snippets.

@TheOdd
TheOdd / SteamGiftsEasyEnter.user.js
Last active May 26, 2019 20:19
Allows for the user to easily enter and leave giveaways from the homepage of SteamGifts.
// ==UserScript==
// @name SteamGifts Easy-Enter
// @homepage https://gist.github.com/TheOdd/f2169d1ebec2b34a9c664f0928082593/
// @version 1.5.1
// @description Allows for the user to easily enter and leave giveaways from the homepage of SteamGifts.
// @author TheOdd
// @match https://www.steamgifts.com/
// @match https://www.steamgifts.com/giveaways/search?page=*
// @grant none
// @require http://code.jquery.com/jquery-latest.min.js

Keybase proof

I hereby claim:

  • I am theodd on github.
  • I am odd (https://keybase.io/odd) on keybase.
  • I have a public key ASCcM9N40dxsrKnolULRtDk5vJeIzNyKvWLq_S-sJtT25Qo

To claim this, I am signing this object:

@TheOdd
TheOdd / main.js
Created April 6, 2018 16:49
Tilemap monochrome deviation generator
const Canvas = require('canvas')
const fs = require('fs')
const dimensions = [15, 15]
const imageCount = 15
// const color = [154, 131, 78] // poopy brown
// const color = [17, 124, 17] // plant stuff
const color = [121, 121, 121] // sad gray