I hereby claim:
- I am frippz on github.
- I am frippz (https://keybase.io/frippz) on keybase.
- I have a public key whose fingerprint is 245A C595 B915 4DBB 4EB2 80DC 4BE1 FF81 2E2B E0D0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"> | |
| <channel> | |
| <image> | |
| <title>Hemnet</title> | |
| <link>http://www.hemnet.se/</link> | |
| <url>http://www.hemnet.se/images/logga_hemnet.gif</url> | |
| </image> | |
| <link>http://www.hemnet.se/mitt_hemnet/sparade_sokningar/11466596.xml</link> | |
| <title>Hemnet bostadsbevakning - Gårdar i sydvästra Skåne</title> |
| @media screen { | |
| .cell { | |
| outline: 1px solid green; | |
| } | |
| .cell-group { | |
| outline: 1px solid red; | |
| } |
| /* stylelint-disable at-rule-empty-line-before */ | |
| /** | |
| * CSS Resets | |
| * | |
| * Resets so that we start of with the same styles cross-browser | |
| */ | |
| /** | |
| * HTML5 elements legacy reset | |
| */ | |
| article, |
| /** | |
| * Toggle dyslexic mode | |
| */ | |
| function dyslexicMode() { | |
| // Place button inside role="banner" | |
| var toggleContainer = document.querySelector('[role="banner"] .landmark-content'); | |
| // Create toggle button | |
| toggleContainer.insertAdjacentHTML('beforeend', '<button type="button" class="toggle-dyslexic-mode" data-text-original="Enable dyslexic mode" data-text-swap="Disable dyslexic mode">Enable dyslexic mode</button>'); |
| { | |
| "description": "Open 1Password Mini", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "f13" | |
| }, | |
| "to": [ | |
| { | |
| "key_code": "backslash", |
| const elements = document.querySelectorAll('body *'); | |
| const containers = document.querySelectorAll('html, body'); | |
| containers.forEach(el => { | |
| if (getComputedStyle(el).overflow === 'hidden') { | |
| el.style.setProperty ('overflow', 'unset', 'important'); | |
| } | |
| }); | |
| elements.forEach(function (element) { |
| dd if=/dev/zero bs=4096 count=1048576 | ssh user@host.tld 'cat > /dev/null' |
| { | |
| "tagname-lowercase": true, | |
| "attr-lowercase": ["viewBox"], | |
| "attr-value-double-quotes": true, | |
| "attr-value-not-empty": false, | |
| "attr-no-duplication": true, | |
| "doctype-first": true, | |
| "tag-pair": true, | |
| "tag-self-close": false, | |
| "spec-char-escape": true, |