Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
<script type="text/javascript">
// The purpose of this function is to draw a div inside another div
// at half dimensions (sort of like looking at a mirror in another
// mirror...
function turtles_all_the_way_down(previous_div, level, max_level){
if(level == max_level){
return;
}
var myApp = angular.module('myApp', []);
myApp.provider('helloWorld', function() {
// In the provider function, you cannot inject any
// service or factory. This can only be done at the
// "$get" method.
this.name = 'Default';
this.$get = function() {
// ==UserScript==
// @name Jenkins Threes
// @namespace http://use.i.E.your.homepage/
// @version 0.1
// @description Play Threes in your browser while you wait for stupid jenkins
// @match https://builds.dealer.ddc/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @copyright 2014+, Dave Davis
// ==/UserScript==
$(function(){