Skip to content

Instantly share code, notes, and snippets.

View diggles's full-sized avatar

diggles diggles

View GitHub Profile
// ==UserScript==
// @name RJ Code Highlight
// @namespace VoiceThread
// @version 0.2
// @description Makes RJ codes interactive
// @author Anon
// @match https://boards.4chan.org/*
// @grant GM_xmlhttpRequest
// @connect hvdb.me
// @require https://code.jquery.com/jquery-3.4.1.min.js
// ==UserScript==
// @name Trademe Fixes
// @namespace https://gist.github.com/diggles/9c52b915dd8581a081e933db151bc1f9
// @version 0.1
// @description Hide Trademe ads, hide international listings, layout improvements
// @author You
// @match https://www.trademe.co.nz/*
// @grant none
// @require https://code.jquery.com/jquery-3.3.1.slim.min.js
@diggles
diggles / Angular Delay
Last active August 29, 2015 14:08
Bare page with Angular includes to try and isolate delayed script evaluation
<html>
<body>
<!-- Warning - In production please provide local copys of these libs and the appropriate JS
in case the CDN fails -->
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-route.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-resource.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-animate.min.js"></script>