Facebook Flat Monochrome

Based on a chrome extension by roftentik.tumblr.com

当前为 2016-04-27 提交的版本,查看 最新版本

// ==UserScript==
// @name        Facebook Flat Monochrome
// @namespace   english
// @description Based on a chrome extension by roftentik.tumblr.com
// @include     http*://*facebook.com*
// @version     1.7
// @run-at document-start
// @grant       GM_addStyle
// ==/UserScript==

// Main - Collapse the Greasy Fork镜像 Header


var style = document.createElement('style');
style.type = 'text/css';

style.innerHTML =  '       ._2s1x ._2s1y {    background-image: none;     background-color: #636363; }                     ';

document.getElementsByTagName('head')[0].appendChild(style);


QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址