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 NJU-计算机解决问题-替换链接 | |
// @namespace https://github.com/rainboylvx | |
// @version 0.1 | |
// @description 将http://114.212.10.6/开头的链接替换为http://cslabcms.nju.edu.cn/ | |
// @author rainboy ([email protected]) | |
// @match http://cslabcms.nju.edu.cn/problem_solving/* | |
// @grant none | |
// ==/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
digraph g{ | |
rankdir=LR; | |
edge[samehead=h1, sametail=t1]; | |
a1->b->c1; | |
a2->b->c2; | |
edge[samehead=h2, sametail=t2]; | |
a3->b->c3; | |
a4->b->c4; | |
} |
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
license: mit |
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
license: mit |
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
license: mit |
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
license: mit |
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
license: mit |
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
body { | |
background: url(bk.png); | |
background-image: url(bk.png); | |
background-position-x: initial; | |
background-position-y: initial; | |
background-size: initial; | |
background-repeat-x: initial; | |
background-repeat-y: initial; | |
background-attachment: initial; | |
background-origin: initial; |
NewerOlder