Skip to content

Instantly share code, notes, and snippets.

View doZennn's full-sized avatar
🐢
I will be slow to respond.

Jozen Blue Martinez doZennn

🐢
I will be slow to respond.
View GitHub Profile
_lnk_read_block() {
_lnkpath=$1
_offset=$2
_length=$3
od --endian=little -tdI -An -j "$_offset" -N "$_length" "$_lnkpath" | tr -d '\n '
}
_lnk_readstr_utf16() {
_lnkpath=$1
_offset=$2
@doZennn
doZennn / sgdb_flashpoint_assignments.md
Last active November 16, 2023 06:08
List of SGDB games assigned to Flashpoint on 30/10/2021
// ==UserScript==
// @name YouTube auto theme switcher
// @namespace https://jozen.blue/
// @version 1.0.0
// @description Switches the YouTube theme cookie based on current time.
// @author Zennn
// @match https://www.youtube.com/*
// @exclude https://www.youtube.com/embed/*
// @icon https://www.google.com/s2/favicons?domain=youtube.com
// @run-at document-start
/* ==UserStyle==
@name Custom Chrome image background color.
@description Changes the background color of an image with transparency when viewing it directly.
@version 1.0.2
@author Zennn
@namespace zennn
@license WTFPL
@updateURL https://gist.github.com/doZennn/e4d706e2db289045f68b133d9c0076e4/raw/custom_chrome_image_background.user.css
@preprocessor less
@var color bgcolor "Background Color" transparent