Skip to content

Instantly share code, notes, and snippets.

View alanmoo's full-sized avatar

Alan Mooiman alanmoo

View GitHub Profile
@alanmoo
alanmoo / gist:2b5ee62c41a4f8ea99eb
Created June 9, 2015 19:27
Regex to remove Angular directives from markup
[^"]ng-\w+(-\w+)?=".*?"
@alanmoo
alanmoo / keybase.md
Last active February 5, 2016 00:01
Keybase

Keybase proof

I hereby claim:

  • I am alanmoo on github.
  • I am alanmoo (https://keybase.io/alanmoo) on keybase.
  • I have a public key ASDRpnrqLlJydPMmHikeKBccfnZe_NJTbryy_s4qyHjZvQo

To claim this, I am signing this object:

@alanmoo
alanmoo / Pulse kiosk mode plugin
Last active November 8, 2016 21:44
Use with Custom Style Script Firefox Add-on to enable demo mode on network pulse.
var timer;
var idleTimeInMinutes = 1
var scrollDownTime = 4
var scrollUpTime = 0.25
function scrollToBottom(){
console.log('scroll');
$('#latest-view-link').click();
$('html, body').animate({
scrollTop: $('.projects').height()