Skip to content

Instantly share code, notes, and snippets.

View seanarnold's full-sized avatar
🦊

Sean Arnold seanarnold

🦊
View GitHub Profile
@seanarnold
seanarnold / Rails 4, Ruby 2.0.0-p247 date problem
Last active December 23, 2015 21:49
Rails Date.today problem
Loading development environment (Rails 4.0.0)
2.0.0-p247 :001 > Date.today
=> Thu, 26 Sep 2013
2.0.0-p247 :002 > Date.tomorrow
=> Thu, 26 Sep 2013
@seanarnold
seanarnold / liberateSMH.js
Created July 2, 2013 03:56
Handy Bookmarklet to avoid SMH PayGate Steps: 1. Create a new Bookmark in your browsers tab bar 2. Edit the link with the code below 3. When the SMH paywall pops up, click the bookmark. 4. Voila! Happy reading
javascript:(function(){document.getElementById("subscription-overlay").remove();document.body.setAttribute("style", "overflow:scroll");})();