Skip to content

Instantly share code, notes, and snippets.

View bjornstar's full-sized avatar
🐙

Bjorn Stromberg bjornstar

🐙
View GitHub Profile
cfhdojbkjhnklbpkdaibdccddilifddb Adblock Plus 10000000
gighmmpiobklfepjocnamgkkbiglidom AdBlock 10000000
efaidnbmnnnibpcajpcglclefindmkaj Adobe Acrobat 10000000
gomekmidlodglbbmalcneegieacbdmki Avast Online Security 10000000
eofcbnmajmjmplflapaojjnihcjkigck Avast SafePrice 10000000
chfdnecihphmhljaaejmgoiahnihplgn AVG Web TuneUp 10000000
flliilndjeohchalpbbcdekjklbdgfkk Avira Browser Safety 10000000
gpdjojdkbbmdfjfahjcgigfpmkopogic Pin It Button 10000000
lifbcibllhkdhoafpjfnlhfpfgnpldfl Skype 10000000
mallpejgeafdahhflmliiahjdpgbegpk FromDocToPDF 9298905
Example: https://denpa.moe/~syrup/himawari8.png
var assert = require('assert');
var c = 0;
test();
function test() {
var d1 = Date.now();
setTimeout(function() {
var d2 = Date.now();
@syoichi
syoichi / tumblr_dashboard_bugfix.user.js
Created May 7, 2012 10:20
fix 2 bugs on Tumblr Dashboard.
// ==UserScript==
// @id Tumblr Dashboard bugfix
// @name Tumblr Dashboard bugfix
// @namespace http://syoichi.tumblr.com/
// @author syoichi <tsuyuhara-syoichi@hotmail.co.jp>
// @version 0.0.3
// @update 2012-06-24T16:47:26.875Z(GMT+09:00)
// @description fix 2 bugs on Tumblr Dashboard.
// @include http://www.tumblr.com/dashboard*
// @include http://www.tumblr.com/show/*
@paulirish
paulirish / rAF.js
Last active March 22, 2024 00:00
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'];
@eligrey
eligrey / object-watch.js
Created April 30, 2010 01:38
object.watch polyfill in ES5
/*
* object.watch polyfill
*
* 2012-04-03
*
* By Eli Grey, http://eligrey.com
* Public Domain.
* NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
*/