Skip to content

Instantly share code, notes, and snippets.

View darkstar's full-sized avatar

Michael D. darkstar

  • Advanced UniByte GmbH
  • Reutlingen, Germany
View GitHub Profile
[Adblock Plus 2.0]
! Title: AakList (Anti-Adblock Killer)
! Author: Reek | http://reeksite.com/
! Version: 10.0
! Expires: 1 days
! License: https://creativecommons.org/licenses/by-sa/4.0/
! Homepage: https://github.com/reek/anti-adblock-killer/
! Twitter: https://twitter.com/antiadbkiller
! Contact: https://reek.github.io/anti-adblock-killer/#contact
! Support: https://github.com/reek/anti-adblock-killer/issues
@darkstar
darkstar / archive-unblur.js
Created June 6, 2022 14:44
Archive.org image unblur script for Tampermonkey
// ==UserScript==
// @name Archive.org image unblur
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Un-blur "inapproriate" item images
// @author Darkstar
// @match https://archive.org/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant GM_addStyle
// ==/UserScript==
@darkstar
darkstar / ba_fixes.js
Last active January 15, 2022 00:38
BetaArchive forum fixes for Tampermonkey/Greasemonkey
// ==UserScript==
// @name BetaArchive forum fixes
// @namespace http://www.betaarchive.com/
// @version 0.3
// @description Fix some UI issues with the new forum
// @author Darkstar
// @match https://www.betaarchive.com/forum/*
// @grant none
// ==/UserScript==
@darkstar
darkstar / modepages.md
Last active April 25, 2019 17:57
VARCem SCSI Modepage rework

First, we have a device personality that can be "attached" to any (SCSI-) device. If the user does not select/attach a personality, some standard or 'default' personality would be used (probably the one with the name default)

struct device_personality {
  char *name;                         /* the name for the personality, to display in the UI */
  /* other required properties, like is this for a SCSI HDD, or SCSI CD ROM? or ATA HDD/CDROM? etc.  */
  struct device_personality *parent;  /* a simple inheritance model, device personalities can inherit
                                         from others and only override those modepages that they care