-
Google Chrome
安装方式:官网下载deb包安装:https://www.google.cn/chrome/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 修改优设网CSS | |
// @namespace https://www.maemo.cc/ | |
// @version 0.2 | |
// @description try to take over the world! | |
// @updateURL https://gist.githubusercontent.com/iblueer/a4da3644316dfe653976467bfa730d20/raw/7636cd77d06a538e70f39b72439161bb395165d5/change-css-for-uisdc.user.js | |
// @downloadURL https://gist.githubusercontent.com/iblueer/a4da3644316dfe653976467bfa730d20/raw/7636cd77d06a538e70f39b72439161bb395165d5/change-css-for-uisdc.user.js | |
// @author Maemo Lee | |
// @match *://www.uisdc.com/* | |
// @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Solarized Light for flomo | |
// @version 1.0.6 | |
// @description 为flomo.app设计的护眼色皮肤。 | |
// @author Sherlock Lau, Maemo Lee | |
// @match *://flomo.app/* | |
// @match *://flomoapp.com/* | |
// @namespace https://greasyfork.org/users/685020 | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "UTF-8"; | |
@font-face { | |
font-family: 'Avenir Next LT Pro'; | |
font-style: normal; | |
font-weight: normal; | |
src: local("Avenir Next LT Pro Regular"), url("./ursine/AvenirNextLTPro-Regular.woff") format("woff"); | |
} | |
@font-face { | |
font-family: 'Avenir Next LT Pro'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
textarea#data { | |
background: #2C3E50; | |
font-family: menlo; | |
font-size: 14; | |
color: #1ABC9C; | |
border: 4px solid #1ABC9C; | |
border-radius: 24px; | |
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2); | |
margin-left: 10px; | |
margin-right: 10px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* zCool 1.0 - Javascript | |
* | |
* Copyright (c) 2008 - 2013 Zhou BaiMin ( http://jscaler.appspot.com/ ) | |
* Dual licensed under the MIT (MIT-LICENSE.txt) | |
* and GPL (GPL-LICENSE.txt) licenses. | |
* | |
* $Date: 2013-06-29 01:25:00 BeiJing $ | |
* $Revision: 604 $ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* zCool 0.1 String - Javascript | |
* | |
* Copyright (c) 2008 zhou BaiMin (zCool.cn) | |
* Dual licensed under the MIT (MIT-LICENSE.txt) | |
* and GPL (GPL-LICENSE.txt) licenses. | |
* | |
* $Date: 2009-05-28 14:28:00 BeiJing $ | |
* $Revision: 1 $ | |
*/ |
OlderNewer