Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Hide Facebook Feed
// @namespace http://www.julianhartline.com
// @version 0.2
// @description enter something useful
// @match https://www.facebook.com/*
// @copyright 2013+, Julian
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==
#include <xc.inc>
#define STRIP_LENGTH 10
#define LED_STRIP PORTA, 0
GLOBAL _led_buffer
GLOBAL _populateLeds
PSECT ledcode,class=CODE,reloc=2
_populateLeds: