I hereby claim:
- I am abjugard on github.
- I am bjugard (https://keybase.io/bjugard) on keybase.
- I have a public key whose fingerprint is A342 9519 BBC9 6BD7 C043 CEA9 4504 5BC7 2C19 CF6F
To claim this, I am signing this object:
#!/usr/bin/env python | |
import sqlite3, os, uuid, json, lz4.block | |
DB_PATH = os.path.expanduser('~/Library/Application Support/BraveSoftware/Brave-Browser/Default/Web Data') | |
MOZILLA_PATH = os.path.expanduser('~/Library/Application Support/zen/Profiles/<profile id>.Default (release)/search.json.mozlz4') | |
NAMESPACE_GUID = uuid.UUID('00000000-0000-0000-0000-0000deadbeef') | |
def read_mozlz4(): | |
with open(MOZILLA_PATH, 'rb') as f: |
// ==UserScript== | |
// @name booli.se - KVM-priser | |
// @namespace Violentmonkey Scripts | |
// @match https://www.booli.se/sok/slutpriser | |
// @grant none | |
// @version 1.1 | |
// @author Adrian Bjugård | |
// @icon https://www.google.com/s2/favicons?domain=booli.se | |
// @grant none | |
// @updateURL https://gist.githubusercontent.com/abjugard/def0a515b21a71f12ff539cc8227a1c3/raw/booli-kvmpricing.user.js |
// ==UserScript== | |
// @name Emojis for old reddit | |
// @namespace https://github.com/abjugard/ | |
// @version 0.2 | |
// @description Enables subreddit specific emoji display on old reddit. | |
// @author Adrian Bjugård | |
// @match https://old.reddit.com/r/*/comments/* | |
// @match https://www.reddit.com/r/*/comments/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com | |
// @grant none |
// ==UserScript== | |
// @name Remove useless articles on MacRumors | |
// @namespace https://github.com/abjugard/ | |
// @version 1.14 | |
// @description Removes promos on MacRumors | |
// @author Adrian Bjugård | |
// @match https://www.macrumors.com/ | |
// @match https://www.macrumors.com/*/ | |
// @icon https://www.google.com/s2/favicons?domain=macrumors.com | |
// @grant none |
#!/usr/bin/env bash | |
scriptname=`basename $0` | |
if [ -z $1 ] | |
then | |
echo "$scriptname: File Name Req'd" | |
echo "" | |
echo "Usage:" | |
echo " $scriptname filename.enc" | |
echo "" | |
echo "(created/modified files are encrypted using aes-256-cbc)" |
I hereby claim:
To claim this, I am signing this object: