Skip to content

Instantly share code, notes, and snippets.

View Kitanga's full-sized avatar
🌍
Working

Kitanga Nday Kitanga

🌍
Working
View GitHub Profile
http://compose.mail.yahoo.com/?to={email_address}&subject={title}&body={url}
http://digg.com/submit?url={url}
http://pinterest.com/pin/create/link/?url={url}
http://service.weibo.com/share/share.php?url={url}&appkey=&title={title}&pic=&ralateUid=
http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url={url}
http://surfingbird.ru/share?url={url}&description={text}&screenshot={image}&title={title}
http://vk.com/share.php?url={url}&title={title}&comment={text}
http://widget.renren.com/dialog/share?resourceUrl={url}&srcUrl={url}&title={title}&description={text}
http://www.addthis.com/bookmark.php?url={url}
http://www.douban.com/recommend/?url={url}&title={title}
<div id="kg_wrapper" data-pointer-events="true">
<div class="kg_container" data-depth="1">
<div class="wrapper_panel"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="476px" height="115px" viewBox="0 0 476 115" enable-background="new 0 0 476 115" xml:space="preserve">
<g>
<path fill="#FFFFFF" d="M229.133,36.663v1.242h-6.954c-0.01-0.311,0.041-0.61,0.151-0.897c0.177-0.474,0.46-0.94,0.851-1.399
c0.39-0.459,0.953-0.99,1.69-1.593c1.144-0.938,1.916-1.681,2.318-2.229c0.402-0.547,0.603-1.065,0.603-1.554
c0-0.512-0.183-0.943-0.549-1.295c-0.366-0.352-0.843-0.527-1.432-0.527c-0.622,0-1.12,0.187-1.493,0.56
c-0.373,0.373-0.562,0.89-0.567,1.55l-1.328-0.136c0.091-0.99,0.433-1.745,1.026-2.264s1.39-0.779,2.39-0.779
c1.009,0,1.809,0.28,2.397,0.84c0.588,0.56,0.883,1.253,0.883,2.081c0,0.421-0.086,0.835-0.258,1.242
c-0.172,0.407-0.458,0.835-0.858,1.285s-1.063,1.067-1.991,1.852c-0.775,0.65-1.273,1.092-1.493,1.324
@Kitanga
Kitanga / rAF.js
Created May 19, 2017 02:40 — forked from paulirish/rAF.js
requestAnimationFrame polyfill
// http://paulirish.com/2011/requestanimationframe-for-smart-animating/
// http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating
// requestAnimationFrame polyfill by Erik Möller. fixes from Paul Irish and Tino Zijdel
// MIT license
(function() {
var lastTime = 0;
var vendors = ['ms', 'moz', 'webkit', 'o'];