Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name The Facebook Limiter
// @namespace http://tampermonkey.net/
// @version 4
// @description Helps in your goals to limit the use of youtube/facebook to 1 hour. Edited by Oria.
// @author theKidOfArcrania
// @include http*://www.facebook.com*
// ==/UserScript==
/* jshint -W097 */
'use strict';
@oriadam
oriadam / closest-test-for-jsperf.html
Last active December 5, 2017 13:59
jsPerf closest
<!DOCTYPE html>
<html>
<head>
<style>
name {
display: inline-block;
width: 200px;
}