This file contains 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
borger.dk | |
patienterstatningen.dk | |
mitid.dk | |
sundhed.dk | |
laegevejen.dk | |
stpk.dk | |
sundhedsdatastyrelsen.dk | |
digst.dk | |
netseidbroker.dk | |
mit.dk |
This file contains 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
# Norlys Digital A/S | |
# AS39642 | |
2a00:1b70::/29 | |
2a00:1f98::/29 | |
2a02:25c8::/29 | |
2a02:2b98::/32 | |
2a02:6940::/32 | |
2a03:7400::/29 | |
2a0c:63c0::/48 | |
# AS213320 |
This file contains 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
--- | |
name: dezza's uBlacklist subscription | |
description: Personal opinionated blocklist | |
homepage: https://gist.github.com/dezza/2ede13cc2df2db618e85bceb55228635 | |
--- | |
# Shitty linkedin articles | |
*://*.linkedin.com/pulse/* | |
# Stackxchange proxy websites | |
*://*.socketloop.com/* |
This file contains 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
! Title: dezza's Ad Annoyance filters | |
! Expires: 12 hours | |
! Description: Filters for Global Website Annoyances | |
! Homepage: https://abp.recv.ws | |
! ## YouTube | |
! Shorts | |
youtube.com##ytd-reel-shelf-renderer | |
! Sponsored result | |
youtube.com##ytd-in-feed-ad-layout-renderer:upward(ytd-ad-slot-renderer) |
This file contains 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
! Title: dezza's Danish filters | |
! Expires: 12 hours | |
! Description: Filters for Danish websites. | |
! Homepage: https://abp.recv.ws | |
! https://www.pricerunner.dk/cl/36/Harddiske | |
! https://www.pricerunner.dk/c/black-friday | |
! https://www.pricerunner.dk/deals | |
pricerunner.dk##svg[aria-label="PriceRunner logo"] > path:nth-last-of-type(-n+2) | |
pricerunner.dk##:xpath(//p[text()='Mine produkter']/../../../..) |
This file contains 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
https://www.youtube.com/watch?v=uejbDyjwYlw | |
https://www.youtube.com/watch?v=4fB1Hh3NATw | |
https://www.youtube.com/watch?v=Ova3SZLCZVY | |
https://www.youtube.com/watch?v=RQJH97DLkIk | |
https://www.youtube.com/watch?v=lVuAvH1PigA | |
https://www.youtube.com/watch?v=rwwnUZkI9Q0 | |
https://www.youtube.com/watch?v=v1LWDb37gcs | |
https://www.youtube.com/watch?v=2P9lhkAWrIw | |
https://www.youtube.com/watch?v=OK2iU8Oo5xA | |
https://www.youtube.com/watch?v=apBn5wIn9zQ |
This file contains 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
if has('viminfo') && !empty(&viminfo) | |
" Ignore paths, such as :help files | |
set viminfo+=r/usr/share/vim/vim81/doc | |
endif | |
set viminfofile=$HOME/.vim/viminfo | |
function! Oldfiles() | |
rviminfo! | |
enew |
This file contains 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
// privacy.firstparty.isolate=true known issues with paypal | |
// browser.display.use_document_fonts=false known issues with version2.dk fonts | |
// privacy.resistFingerprinting=true breaks digitalocean login, breaks google oauth logins | |
// network.http.referer.XOriginPolicy=1 breaks atlassian.com,bitbucket.org login, reddit oauth login | |
// network.cookie.cookieBehavior=1 breaks memedroid.com google SSO login | |
// media.autoplay.blocking_policy = 2 # youtube won't autoplay music radios | |
// media.autoplay.blocking_policy = 2 # twitch won't play ads or unmute audio | |
// media.autoplay.blocking_policy = 2 # bandcamp won't play next tracks | |
// media.block-autoplay-until-in-foreground = false # plex will MAYBE stop playing music when forwarding tracks https://www.reddit.com/r/firefox/comments/ga9tzv/i_just_want_to_be_able_to_play_my_plex_playlist/ |
This file contains 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
#!/usr/bin/env zsh | |
assertequal () { | |
(( testcount=testcount+1 )) | |
if [ "$1" = "$2" ]; then | |
echo "${testcount} PASS: $3" | |
else | |
echo "${testcount} FAIL: expected output failed" | |
fi | |
} |
This file contains 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
" debugging vim plugins unsilent avoids plugins silencing echom | |
:unsilent echomsg "debug msg in plugin" | |
" Commands that take filename modifiers | |
:vsplit %:h | |
:edit %:h | |
" open vim with search term | |
vim +/foo file.vim |
NewerOlder