Skip to content

Instantly share code, notes, and snippets.

View extesy's full-sized avatar
💭
I may be slow to respond.

Oleg Anashkin extesy

💭
I may be slow to respond.
View GitHub Profile
@extesy
extesy / key.md
Created February 28, 2019 02:12
Twitter (un)official Consumer Key

Twitter Official Consumer Key

Twitter for Android

type:            PIN
Consumer key:    3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys

Twitter for iPhone

type:            PIN

Consumer key: IQKbtAYlXLripLGPWd0HUA

@extesy
extesy / dabblet.css
Created May 5, 2013 01:03
Circular Tooltip (SO)
/**
* Circular Tooltip (SO)
* http://stackoverflow.com/q/13132864/1397351
*/
* { margin: 0; padding: 0; }
body {
overflow: hidden;
background: url(http://theearlcarlson.com/experiments/amTooltip/img/bg.jpg);
}
/* generic styles for button & circular menu */