Skip to content

Instantly share code, notes, and snippets.

@jporcenaluk
jporcenaluk / reddit-robin-autogrow.js
Last active October 11, 2019 01:14 — forked from LeoVerto/reddit-robin-autogrow.js
Reddit Robin Auto-Grow
// Paste this into your browser's dev console to automatically click "Grow" once a minute, and get notified in the console that it is working.
setInterval(function () {
document.getElementsByClassName("robin--vote-class--increase")[0].click();
console.log("you fake clicked the grow button");
}, 60000);
@jporcenaluk
jporcenaluk / Contract Killer 3.md
Created April 14, 2016 12:18
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post