Skip to content

Instantly share code, notes, and snippets.

View stevefaulkner's full-sized avatar

Steve Faulkner stevefaulkner

View GitHub Profile
@stevefaulkner
stevefaulkner / gist:f4a998cd03bfdb465c07
Created January 20, 2015 10:49
strawberry alarm clock - tomorrow
Tomorrow
Tomorrow
Things won't be the same
Tomorrow
Life would be a different game
But right now I am with you, and
Together we can make it through
Ba-ba-ba Ba-ba-ba-ba
Forever
Our love might last

Keybase proof

I hereby claim:

  • I am stevefaulkner on github.
  • I am stevefaulkner (https://keybase.io/stevefaulkner) on keybase.
  • I have a public key whose fingerprint is FC38 6192 37D3 F702 9AED F6C6 CC83 E15E 38A3 0D02

To claim this, I am signing this object:

FRANK ZAPPA
"What's The Ugliest Part Of Your Body?"
What's the ugliest
Part of your body?
What's the ugliest
Part of your body?
Some say your nose
Some say your toes
(I think it's your mind)

-1- 4710 iprospect.com yourdictionary.com iptvlinks.com iqoo.me yourtango.com iranamlaak.ir iranbanou.com iranestekhdam.ir ysgear.co.jp

@stevefaulkner
stevefaulkner / check.txt
Created March 6, 2019 18:44
Check serialized DOM for the current page bookmarklet
javascript:(function(){function%20c(a,b){var%20c=document.createElement("textarea");c.name=a;c.value=b;d.appendChild(c)}var%20e=function(a){for(var%20b="",a=a.firstChild;a;){switch(a.nodeType){case%20Node.ELEMENT_NODE:b+=a.outerHTML;break;case%20Node.TEXT_NODE:b+=a.nodeValue;break;case%20Node.CDATA_SECTION_NODE:b+="<![CDATA["+a.nodeValue+"]]\>";break;case%20Node.COMMENT_NODE:b+="<\!--"+a.nodeValue+"--\>";break;case%20Node.DOCUMENT_TYPE_NODE:b+="<!DOCTYPE%20"+a.name+">\n"}a=a.nextSibling}return%20b}(document),d=document.createElement("form");d.method="POST";d.action="http://validator.w3.org/nu/";d.enctype="multipart/form-data";d.target="_blank";d.acceptCharset="utf-8";c("showsource","yes");c("showoutline","yes");c("content",e);document.body.appendChild(d);d.submit()})();