This is just a summary of this very useful blog post.
Pons of round wind, your seat wind, ๐, ๐ , and ๐.
| $if( | |
| %isplaying%, | |
| $if(%ispaused%,โ ก,โถ) | |
| $if(%album%, %album%$crlf() ) | |
| $if(%artist%, %artist%$crlf() ) | |
| $if(%title%, %title% , %filename%) | |
| ) |
| # put this file in `/etc/X11/xorg.conf.d/`. If the directory doesn't exist you can just make one. | |
| Section "InputClass" | |
| Identifier "Wacom CTH-490 Pad" | |
| MatchProduct "Intuos PT S 2 (WL) Pad pad|Intuos PT S 2 Pad pad" | |
| MatchDevicePath "/dev/input/event*" | |
| # adjust tablet's 16:10 area to 16:9, cropping top and bottom. | |
| Option "TopX" "0" | |
| Option "TopY" 475" |
| body { | |
| background: $background_color; | |
| color: $text_color; | |
| font-size: $font_size; | |
| } | |
| .colon, .name { | |
| height: 0px; | |
| } |
| const shakeConfig = { | |
| targetDom: null, | |
| shakeThreshold: [65,75,85,95,105], | |
| shakeScale: 2 | |
| } | |
| const getTwoRandomNumbers = () => [ | |
| Math.random(), Math.random() | |
| ] | |
| const isShiftable = element => { |
| /* set colors */ | |
| #message-wrap { border-color: grey; } | |
| #balloon-border, #balloon-border::after { background: grey; } | |
| #balloon-border::before { background: white; } | |
| /* set thickness */ | |
| #message-wrap { border-width: 3px; } | |
| #balloon-border, #balloon-border::after { width: 3px; } | |
| #balloon-border::before { height: 3px; top: -3px; } | |
| #message-wrap { |
| // ==UserScript== | |
| // @name Jstris Custom Skin Loader | |
| // @namespace http://tampermonkey.net/ | |
| // @downloadURL https://gist.githubusercontent.com/Dinir/023cebc82d20cc06d0a790acf374d337/raw/3c7377b2948201a41090deddf1d6972bc131acba/Jstris-loadCustomSkin.user.js | |
| // @version 1.2 | |
| // @match https://*.jstris.jezevec10.com/* | |
| // @grant none | |
| // @run-at document-end | |
| // @description Loads a custom skin to Jstris. | |
| // @author Dinir Nertan |
| { | |
| "uuid":"109bcfe0-74eb-4669-ba6e-5cf6899036a7", | |
| "name":"Test Userscript", | |
| "options":{}, | |
| "durl":null, | |
| "furl":null, | |
| "lastModified":1551162286790 | |
| } |
| // ==UserScript== | |
| // @name Jstris Chat Hider | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2 | |
| // @description Remove the chat area in Jstris. | |
| // @author Dinir | |
| // @match https://*.jstris.jezevec10.com/* | |
| // @grant none | |
| // ==/UserScript== |
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <sizer> | |
| <options showIconInTray="1" startInSafeMode="0" adjustOppositeEdge="0" tooltipOption="3" hotKey="90" hotKeyModifiers="10" hotKeyExtended="0" useDwmExtendedFrames="1"/> | |
| <menu> | |
| <resize description="1280ร720 Firefox" hotKey="0" hotKeyModifiers="0" hotKeyExtended="0" width="1282" height="826" relocate="0" monitor="-2" top="" left="" noresize="0" relocateCoords="1"/> | |
| <separator/> | |
| <group description="Move Window up to the Margin" hotKey="0" hotKeyModifiers="0" hotKeyExtended="0"> | |
| <macro description="โฉ" hotKey="103" hotKeyModifiers="11" hotKeyExtended="0">$margin = 16 | |
| resize | |
| t = t:workarea + $margin |
This is just a summary of this very useful blog post.
Pons of round wind, your seat wind, ๐, ๐ , and ๐.