I hereby claim:
- I am jeroenvdb on github.
- I am jeroenvdb (https://keybase.io/jeroenvdb) on keybase.
- I have a public key ASD2QCtauSpQsC0dba4eWM_gjm1qmudv4zYS0wj8S-5rDwo
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Liquipedia Spoiler Hider | |
| // @namespace www.jeroenvdb.be | |
| // @description Hides CS2 tournament spoilers on the Liquipedia | |
| // @include https://liquipedia.net/* | |
| // @version 1.0 | |
| // @grant none | |
| // @copyright Jeroen Van den Berghe | |
| // @license MIT License | |
| // ==/UserScript== |
| say --rate 175 --voice Ellen "Hallo. Jeroen is momenteel niet bereikbaar. Laat een voicemail achter of stuur een berichtje." |
I hereby claim:
To claim this, I am signing this object:
| module.exports = { | |
| config: { | |
| // default font size in pixels for all tabs | |
| fontSize: 12, | |
| // font family with optional fallbacks | |
| fontFamily: 'Menlo, Arial, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', | |
| // terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) | |
| cursorColor: 'rgba(248,28,229,0.8)', |
| Browser -> Web Server -> Web Application | |
| Request -> | |
| Request -> | |
| <- Push main.css | |
| <- Push main.css | |
| --- Waiting for response --- | |
| <- Response | |
| <- Response |
| Browser -> Web Server -> Web Application | |
| Request -> | |
| Request -> | |
| --- Waiting for response --- | |
| <- Response with | |
| Link: main.css; rel=preload | |
| <- Response with | |
| Link: main.css; rel=preload |
| '.text.html .meta.tag': | |
| 'th:classappend': | |
| 'prefix': 'th:classappend' | |
| 'body': 'th:classappend="${$1}"' | |
| 'th:each': | |
| 'prefix': 'th:each' | |
| 'body': 'th:each="$1 : ${$2}"' | |
| 'th:abbr': | |
| 'prefix': 'th:abbr' | |
| 'body': 'th:abbr="${$1}"' |
| %EXTENDS ../html5.01.common | |
| # ------------------------------------------------------------ | |
| %CONTEXT | |
| size = 123 | |
| # ------------------------------------------------------------ | |
| %INPUT | |
| <p th:text="`00${size}00`">...</p> | |
| <p th:text="`00__${size}__00`">...</p> | |
| <p th:text="'00__${size}__00'">...</p> | |
| <p th:text="'00__${size}00'">...</p> |
| <div class="container"> | |
| I'm a container' | |
| </div> |
| <div class="container"> | |
| I'm a container' | |
| </div> |