Skip to content

Instantly share code, notes, and snippets.

View cephcyn's full-sized avatar
🦆
duck: quack quack

Joyce Zhou cephcyn

🦆
duck: quack quack
View GitHub Profile

Keybase proof

I hereby claim:

  • I am cephcyn on github.
  • I am cephcyn (https://keybase.io/cephcyn) on keybase.
  • I have a public key ASCew6a7micXGSwHzW0_IavOZx-lZa6-NND2nytNgA_1YAo

To claim this, I am signing this object:

@cephcyn
cephcyn / archive_msnUncompressor.js
Last active September 12, 2016 17:29
Bookmarklet to "un-compress" a MSN slideshow, removing the images and placing all text into a single paragraph.
(function() {
var el=document.createElement('div'),
b=document.getElementsByTagName('body')[0],
otherlib=false,
msg='';
el.style.position='fixed';
el.style.height='32px';
el.style.width='220px';
el.style.marginLeft='-110px';
el.style.top='0';
@cephcyn
cephcyn / 0_reuse_code.js
Last active August 29, 2015 14:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console