SU V5 Custom_modtheme_f1_test2

A bit of customization for the V5

  1. // ==UserScript==
  2. // @name SU V5 Custom_modtheme_f1_test2
  3. // @version 1.05.02
  4. // @namespace http://www.justmyimagination.com
  5. // @description A bit of customization for the V5
  6. // @include http://*.stumbleupon.com/stumbler/*
  7. // @include http://*.stumbleupon.com/stumbler/*/*
  8. // @include http://*.stumbleupon.com/home/*
  9. // @copyright © JustMyImagination 2013
  10. // ==/UserScript==
  11.  
  12. var headID = document.getElementsByTagName("head")[0];
  13. var cssNode = document.createElement('style');
  14. cssNode.type = 'text/css';
  15. cssNode.innerHTML ='.l-content-primary-wrap {background: #282828;} .page-title {font-size: 25px; line-height: 40px; text-align: center; color: #A7A9AC; text-shadow: none;} .nav-filter-wrapper {border: 0px solid blue; padding-top: 15px; overflow: auto; text-align: center; clear: both; border-top: 0px solid #fefefe;} .nav-filter-nav-link { border: 0px solid red; margin: 0 20px 0; padding-bottom: 4px; display: block; font-size: 18px; font-family: maiandra gd; color: #BBBBBB; text-shadow: none;} .tile {font-family: "Helvetica Neue", Arial, sans-serif; color: #6d6e71; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 01) inset; border-radius: 15px;} .topic-bar,.tile-url-topic {padding: 0px 10px 0px 15px; border-radius: 156px 12px 156px 12px; box-shadow: 01px 01px 06px 0px gray;} .gsfn-widget-tab {opacity: 0; z-index: -100000;}';
  16. headID.appendChild(cssNode);

QingJ © 2025

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