I hereby claim:
- I am btleffler on github.
- I am btleffler (https://keybase.io/btleffler) on keybase.
- I have a public key whose fingerprint is F677 34E0 3EC2 1AAD 08F2 E37D D11E 1C72 1140 F62D
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| .tab-size-3, .tab-size-4, .tab-size-5, .tab-size-6, .tab-size-7, .tab-size-8, | |
| .tab-size-9, .tab-size-10, .tab-size-11, .tab-size-12 { | |
| tab-size: 2 !important; | |
| } | |
| .line-numbers, .file-content.code .line-numbers a, .file-data, .data, | |
| .diff-line-code, .blob-line-num, .blob-line-code, .blob-num, .blob-code, | |
| pre, code { | |
| font-family: "Hack", "Menlo", "Liberation Mono", "Consolas", "DejaVu Sans Mono", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace !important; | |
| font-size: 12pt !important; |
| $ php test.php | |
| ******** | |
| "Anna is a": | |
| ******** | |
| <b>Anna</b> (2013) - IMDb | |
| <b>American Nephrology Nurses Association</b> | |
| <b>Anna</b> - DisneyWiki | |
| <b>Anna's</b> Linens - Save on Bedding, Bath, Window and More! | |
| <b>Anna</b>, Texas - Wikipedia, the free encyclopedia | |
| <b>Anna</b> - Wikipedia, the free encyclopedia |
| // Hold mouse down to rapidfire mine unicoins | |
| $("#uc-rockcanvas") | |
| .on("mousedown", function (oEvt) { | |
| if (window.Hax0rInterval) | |
| return; | |
| var self = $(this); | |
| window.Hax0rInterval = setInterval(function () { | |
| var e = new $.Event("mousedown"); | |
| e.pageX = oEvt.pageX; |
| /* | |
| * Simple script to make feedly's mobile apps links go away | |
| * Author: Benjamin Leffler <[email protected]> | |
| * Date: 03/14/13 | |
| */ | |
| // ==UserScript== | |
| // @version 1.0 | |
| // @match http://www.feedly.com/* | |
| // ==/UserScript== |
| var img = jQuery("<img>") | |
| .attr("src", "img.png") | |
| .bind("load", function () { | |
| var interval = setInterval(function () { | |
| if (img[0].complete) { | |
| doTheRestOfYourStuffThatUsesThisImgButDontForgetToClearThisInterval(); | |
| } | |
| }, 100); | |
| }); |
| PHP Parse error: syntax error, unexpected ')', expecting T_PAAMAYIM_NEKUDOTAYIM in ... |
| /* | |
| * Because I love inconsolata | |
| * Author: Benjamin Leffler | |
| * Date: 06/28/12 | |
| */ | |
| // ==UserScript== | |
| // @match http://c9.io/* | |
| // @match https://c9.io/* | |
| // ==/UserScript== |
| /* | |
| * Go through all the links in Basecamp comments | |
| * and make them open in a new window | |
| * | |
| * Author: Benjamin Leffler <[email protected]> | |
| * Date: 03/16/12 | |
| */ | |
| // ==UserScript== | |
| // @match https://*.basecamphq.com/* |
| function (terrible, parameters) { | |
| // Blah blah useless comment | |
| COAD | |
| } | |
| function ( the, spaces, make, the, difference ) { | |
| // Informative post, you can tell by the extra linebreak ^ | |
| elegant.coad[ "means-add-a-ton-of-whitespace" ]; |