This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// allows using all Jquery AJAX methods in Greasemonkey | |
// originally inspired from http://ryangreenberg.com/archives/2010/03/greasemonkey_jquery.php | |
// works with jQuery 2.1.4 | |
// (c) 2011 Martin Monperrus | |
// (c) 2010 Ryan Greenberg | |
// (updated) 2015 line0 to work with current jQuery and more closely mirror contemporary XHR implementations. | |
// | |
// Usage: | |
// $.ajax({ | |
// url: '/p/', |