Skip to content

Instantly share code, notes, and snippets.

View iblueer's full-sized avatar

Maemolee iblueer

View GitHub Profile
@iblueer
iblueer / excellent-deepin-apps.md
Last active July 15, 2020 08:56
[Deepin Linux必装App列表] #deepin #linux #app
@iblueer
iblueer / change-css-for-uisdc.user.js
Last active January 20, 2022 07:22
[Change CSS for UISDC]修改优设网CSS
// ==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
@iblueer
iblueer / solarized light for flomo.css
Last active January 3, 2021 09:52
[solarized light for flomo]在原作者基础上进行了小优化,增加了域名支持,修改了搜索框样式
// ==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==
@iblueer
iblueer / ursine-polar_diy_by_maemo_added_Microsoft_YaHei_font.css
Created January 7, 2021 10:29
Typora的仿Bear日间主题Ursine,在此基础上增加微软雅黑字体
@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';
@iblueer
iblueer / no-gravity-github-io-modified.css
Created January 15, 2021 18:02
[no-gravity.github.io modified CSS]
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;
@iblueer
iblueer / zCool.js
Created November 30, 2022 03:07
从ancc.org.cn网站上发现的
/*
* 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 $
*/
@iblueer
iblueer / zCool.String.js
Created November 30, 2022 03:08
从ancc.org.cn网站上发现的
/*
* 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 $
*/