Skip to content

Instantly share code, notes, and snippets.

View raphisky's full-sized avatar
🎯
Focusing

raphisky

🎯
Focusing
View GitHub Profile
@raphisky
raphisky / anywhere.min.js
Created May 1, 2016 21:45
put this bookmarklet in your fav bar. Click it anytime, it will take you anywhere.
javascript:(function(t,e){for(var a=Array.prototype.slice.call(document.getElementsByTagName("a")),o=new RegExp("^(javascript|mailto|(https?)?"+e+"/?#)"),n=!1;!n&a.length>0;)i=Math.floor(Math.random()*a.length),o.test(a[i].href)||a[i].href==e?a.splice(i,1):(t=a[i].href,n=!0);document.location.href=t})("http://swapthatlink.com",document.location.href);
@raphisky
raphisky / index.html
Created May 11, 2016 16:31 — forked from seantomburke/index.html
This is the iPhone Messages app created in full CSS. I use this on my website www.memebro.com. To see the full features visit http://www.memebro.com
<div id="iPhoneBro" class="iPhone gen">
<div class="title">
<input type="submit" class="back button" value="Messages">
<span class="contact_name button">(614) MEME-BRO</span>
<input type="submit" class="edit button" value="Edit">
</div>
<div id="conversation" class="conversation ">
<div class="time"><div class="time"><p>Aug 9, 2012 3:43 AM</p></div></div><div class="text sent" id="query"><div class="reflect"></div><p>Check Out <a href-"http://www.memebro.com/?r=codepen">memebro.com</a></p></div>
<div class="text receive"><div class="reflect"></div><p>Try "+popular", "+trending", or "+new" for meme lists</p></div>
<div class="text sent" id="query"><div class="reflect"></div><p>+popular</p></div>