NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name facebook color changer // @description This script is for change the facebook's bluebar. // @version 1.0 // @createdate 2014-08-22 // @update Not yet // @namespace // @author Mohammad Hosein Banaii (from Iran) // @homepage http://facebook.com/mohamad.banaii // @homepage http://Rshaak.com // @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html // @include https://hazaar.ir // ==/UserScript== window.onload = function() { var myObj = document.getElementById("1"); myObj.style.color = "#b2b"; }