Skip to content

Instantly share code, notes, and snippets.

View ironmaniiith's full-sized avatar

Aalekh Jain ironmaniiith

View GitHub Profile
;(function() {
var SCROLL_HEIGHT = 1e20;
function final_greeting() {
alert("Share this to make Felicity Awesome!");
}
function scrollToBottom(el, cb) {
// Scroll to the bottom of target el
var x = setInterval(function() {