Skip to content

Instantly share code, notes, and snippets.

View DSDev-NickHogle's full-sized avatar

Nick Hogle DSDev-NickHogle

View GitHub Profile
@DSDev-NickHogle
DSDev-NickHogle / Bookmarklet.js
Last active October 24, 2017 22:00 — forked from spalger/gist:6417923
Inject jQuery and lodash into the current tab via a bookmarklet. To use, just create a new bookmark and use this as the URL.
javascript: (function () {
var el = document.createElement('pre'),
b = document.getElementsByTagName('body')[0],
otherjQuery = false,
msg = '',
libs = [
function loadjQuery() {
if (typeof jQuery != 'undefined') {
showMsg('This page already using jQuery v' + jQuery.fn.jquery);
} else {
@DSDev-NickHogle
DSDev-NickHogle / .block
Created September 29, 2017 21:44 — forked from mbostock/.block
Zoomable Area
license: gpl-3.0
@DSDev-NickHogle
DSDev-NickHogle / README.md
Last active August 29, 2015 14:15 — forked from mbostock/.block