Skip to content

Instantly share code, notes, and snippets.

View abjugard's full-sized avatar

Adrian Bjugård abjugard

  • Omegapoint Göteborg
  • Sweden
View GitHub Profile

Keybase proof

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:

@abjugard
abjugard / encvim
Created March 11, 2016 15:10
vim wrapper for openssl encryption/decryption
#!/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)"
@abjugard
abjugard / macrumors-filter.user.js
Last active January 22, 2024 15:39
MacRumors filter
// ==UserScript==
// @name Remove useless articles on MacRumors
// @namespace https://github.com/abjugard/
// @version 1.11
// @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
@abjugard
abjugard / Emoji-for-old-reddit.user.js
Last active September 25, 2023 20:57
Enables subreddit specific emoji display on old reddit
// ==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
@abjugard
abjugard / booli-kvmpricing.user.js
Last active December 3, 2023 17:41
booli.se - KVM-priser
// ==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