Free Rice simple grey theme - by Pushka.tv

Free Rice website - remove social links and header logo, make theme grey not green -- Fund-raising for my IT creations - https://pledgie.com/campaigns/28629 Donate through pledgie.com or PayPal

目前为 2015-05-04 提交的版本。查看 最新版本

// ==UserScript==
// @name        Free Rice simple grey theme - by Pushka.tv
// @namespace   english
// @description Free Rice website - remove social links and header logo, make theme grey not green --  Fund-raising for my IT creations -  https://pledgie.com/campaigns/28629 Donate through pledgie.com or PayPal 
// @include     http*://freerice.com*
// @version     1.2
// @run-at document-start
// @grant       GM_addStyle
// ==/UserScript==


// Main - CSS hides two classes - video add box, and call to action box under it. - also social media

 
var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = '/*free ricefont size 1px bigger, no background, remove green theme ~ pushka.tv \n -> /*\\n*@/ *//*\n*//*\n*/body {  background: #E2E2E2;  font-size: 13px;}#page {  background: none;}/*\n*//*\n*/#logo{display: none;}#logo a{  width: 150px;  height: 30px;  display: table;  position: relative;}/*\n*/#primary a {  color: #444444;}/*\n*/#primary {  color: #696969;  background: #C3C3C3;}/*\n*/#navbar ul {  background: #C7C7C7;}/*\n*/#primary a:hover, #primary a.active, #primary li.active a, #primary li.hover-li a {  background: #626262;  color: #FFFFFF;}/*\n*/#header-inner{height: 28px;}/*\n*/#logo-title {  height: 20px;  display: inline-block;}/*\n*//*\n*//*\n*/.block-users {  padding: 10px;  background: #CFCFCF;  color: #2D2D2D;}/*\n*/.block-users a, .container_12 .block-users a{text-decoration: underline;color:#1C7AC8; }/*\n*//*\n*/.container_12 h2 {  color: #E2E2E2;  background: #3C3C3C url(/sites/default/themes/freerice/images/sprite.gif) no-repeat -2000px -2000px;}/*\n*/.block-right h4{ color: #E2E2E2;  background-color: #3C3C3C;}/*\n*/.container_12 div.block-right-top h2, .container_12 div.block-right-bottom-region h2 {  background: #3C3C3C;}/*\n*//*\n*/#content-area {  background: #FFF;}/*\n*/#content-area .grid_9 {  background-color: #E2E2E2; }/*\n*/#content-area .grid_3 {  background-color: #E2E2E2;}/*\n*//*\n*/#footer,#footer a,#footer ,#footer a:hover,#footer a:active,#footer a:visited {  color: #595959;}/*\n*//*\n*/#site-slogan,#block-fShare,#block-tweet{display: none;}';
document.getElementsByTagName('head')[0].appendChild(style);

 





QingJ © 2025

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