Skip to content

Instantly share code, notes, and snippets.

View mrbiscuits's full-sized avatar

Ryan Lander mrbiscuits

  • Middle England
View GitHub Profile
@mrbiscuits
mrbiscuits / xdr.js
Created August 16, 2013 13:15 — forked from michaelcox/xdr.js
// Based on https://github.com/jaubourg/ajaxHooks/blob/master/src/ajax/xdr.js
(function( jQuery ) {
if ( window.XDomainRequest && !jQuery.support.cors ) {
jQuery.ajaxTransport(function( s ) {
if ( s.crossDomain && s.async ) {
if ( s.timeout ) {
s.xdrTimeout = s.timeout;
delete s.timeout;
@mrbiscuits
mrbiscuits / .gitignore
Created October 25, 2011 13:22 — forked from pcardune/.gitignore
Facebook command-line client helper
.fb_access_token
.fbconsole.py