I hereby claim:
- I am pinjasaur on github.
- I am pinjasaur (https://keybase.io/pinjasaur) on keybase.
- I have a public key whose fingerprint is ED0C 83F1 ABC7 3745 FAB5 04D4 92B7 43AC 021F D2DB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This is a minimal stylesheet for CK Shene's website(s), primarily focusing on CS3331.
Using a browser plugin like Stylus, it's easy to apply the stylesheet:
Content-Type to mitigate hotlinking) and copy the new URL to the file.@import url(URL_TO_STYLESHEET);| #1f1f1f,#595959,#787878,#ffffff,#595959,#ffffff,#2fd434,#d62f32,#595959,#ffffff |
| javascript:void(function() { | |
| "use strict"; | |
| // Check for valid URL | |
| if (/(mass)?drop.com\/buy\/.+/.test(location.href)) { | |
| var textarea = document.createElement("textarea"); | |
| // Hide the textarea | |
| // Can't be 'display: none' since `execCommand` needs to be | |
| // "user initiated" (e.g. cannot interact with 'display: none') |
| javascript:(function() { | |
| var fromX, fromY; | |
| var svg = document.createElementNS ('http://www.w3.org/2000/svg',"svg"); | |
| svg.setAttribute("style", "position: absolute; top:0;left:0;height: " + document.body.clientHeight + "px;width: 100%;z-index: 2147483647"); | |
| var line = document.createElementNS('http://www.w3.org/2000/svg','line'); | |
| line.setAttribute("style", "stroke-width: 4; stroke: red"); | |
| svg.appendChild(line); | |
| document.body.appendChild(svg); |
| { | |
| "exclude": [ | |
| ".git/**", | |
| "node_modules/**", | |
| "bower_components/**" | |
| ], | |
| "always-semicolon": true, | |
| "block-indent": 2, | |
| "color-case": "lower", | |
| "color-shorthand": true, |
| { | |
| "rules": { | |
| "one-var-declaration-per-line": ["error", "always"], | |
| "indent": ["error", 2, { | |
| "VariableDeclarator": { | |
| "var": 2, | |
| "let": 2, | |
| "const": 3 | |
| } | |
| }], |
| Host * | |
| Port 22 | |
| IdentityFile ~/.ssh/id_ed25519 | |
| ServerAliveInterval 120 | |
| TCPKeepAlive no | |
| # Keep this here, it's (potentially) important | |
| # https://serverfault.com/a/869394 | |
| # XAuthLocation /opt/X11/bin/xauth | |
| # Host with X11 forwarding |