Zhoweq Jkt09

Added by fredrik@userstyles, Created: Feb 20, 2009, Updated: Feb 21, 2009
With the style applied

Description:

// ==UserScript==
// @name ZhoweqJkt
// @namespace http://userstyles.org
// @description @-moz-document domain(slashdot.org)
// @author fredrik
// @homepage ZhoweqJkt
// @include http://facebook.com/*
// @include https://facebook.com/*
// @include http://*.facebook.com/*
// @include https://*.facebook.com/*
// @include http://ilike.com/*
// @include https://ilike.com/*
// @include http://*.ilike.com/*
// @include https://*.ilike.com/*
// ==/UserScript==
(function() {
var css = "";
if (typeof GM_addStyle != "undefined") {
GM_addStyle(css);
} else if (typeof addStyle != "undefined") {
addStyle(css);
} else {
var heads = document.getElementsByTagName("head");
if (heads.length > 0) {
var node = document.createElement("style");
node.type = "text/css";
node.appendChild(document.createTextNode(css));
heads[0].appendChild(node);
}
}
})();

Installs:
Applies to:
facebook.com, ilike.com

Related styles:

WARNING: This webware is not functioning properly. Please enable javascript in your browser and try again.