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
| // ---- | |
| // Sass (v3.3.10) | |
| // Compass (v1.0.0.alpha.20) | |
| // ---- | |
| //~~配色方案 | |
| $switch:yellow; | |
| //配色方案~~ | |
| $welcome-word:"百度贴吧 ★ "; |
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
| // ---- | |
| // Sass (v3.3.9) | |
| // Compass (v1.0.0.alpha.20) | |
| // ---- | |
| /*css地址https://gist.github.com/iMyon/9962219#file-readme-md*/ | |
| /*编译地址http://sassmeister.com/gist/iMyon/9962219*/ | |
| //~~变量设置 | |
| //添加屏蔽用户可用以下格式,每行一个,($key:$value),`$key`可以随便填,用于提示屏蔽信息,`$value`是data-filed的name值,需手动把原来的`\u`改成`\\u` |
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 Search By Image | |
| // @version 1.3.7 | |
| // @description Search By Image | 以图搜图 | |
| // @match <all_urls> | |
| // @include * | |
| // @author 864907600cc | |
| // @mod Myon<[email protected]> | |
| // @modDecs 添加长按右键弹出菜单 | |
| // @icon http://1.gravatar.com/avatar/147834caf9ccb0a66b2505c753747867 |
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 fuckPjax | |
| // @namespace Myon | |
| // @include http://tieba.baidu.com/p/* | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| unsafeWindow.history.pushState = null; |
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"; | |
| /*css地址https://gist.github.com/iMyon/9962219#file-readme-md*/ | |
| /*编译地址http://sassmeister.com/gist/iMyon/9962219*/ | |
| @namespace url(http://www.w3.org/1999/xhtml); | |
| /*~~已屏蔽用户,用于编译后简单记录已屏蔽用户*/ | |
| 已屏蔽用户 { | |
| content: "知道狂魔:ybxiao1111,抓咪帝:\\u6293\\u54aa\\u5e1d"; | |
| } | |
| /*已屏蔽用户*/ |
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
| @namespace url(http://www.w3.org/1999/xhtml); | |
| @-moz-document url("http://www.baidu.com/") { | |
| body, #wrapper, #content, #m { | |
| background:none; | |
| } | |
| p#lg { | |
| height:132px !important; | |
| } | |
| p#lg img, #ftCon { |
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
| /.sass-cache |
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"; | |
| /*css地址https://gist.github.com/iMyon/9962219#file-readme-md*/ | |
| /*编译地址http://sassmeister.com/gist/iMyon/9962219*/ | |
| @namespace url(http://www.w3.org/1999/xhtml); | |
| /*~~已屏蔽用户,用于编译后简单记录已屏蔽用户*/ | |
| 已屏蔽用户 { | |
| content: "文科1:\\u6587\\u79d1,文科2:\\u6587\\u79d2,文科3:\\u6587\\u79d3"; | |
| } | |
| /*已屏蔽用户*/ |
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
| //主题方案 | |
| @switch:dark; | |
| //左上角自定义文字 | |
| @welcome-words:"百度贴吧 ★ 猫酱"; | |
| //主题--dark | |
| .opacity(dark){ //透明度 | |
| opacity:.7; | |
| } |
NewerOlder