Skip to content

Instantly share code, notes, and snippets.

View 0xdevalias's full-sized avatar
👀
Open to opportunities

Glenn 'devalias' Grant 0xdevalias

👀
Open to opportunities
View GitHub Profile
@0xdevalias
0xdevalias / ai-agent-browser-userscript-toolkit.md
Last active March 8, 2026 01:27
Some notes on using AI agents (Codex, Claude Code, etc) alongside supporting tools (MCP, SKILLS.md, browser automation, etc) to automatically build, test, and debug browser userscripts.

AI Agent Toolkit for Automated Browser Userscript Development

Some notes on using AI agents (Codex, Claude Code, etc) alongside supporting tools (WebMCP, MCP, SKILLS.md, browser automation, etc) to automatically build, test, and debug browser userscripts.

Table of Contents

@0xdevalias
0xdevalias / resign-chrome-secure-prefs.py
Created March 5, 2026 07:24 — forked from jesboat/resign-chrome-secure-prefs.py
python script to fix signatures in a chrome profile after moving it to a new computer (macOS)
#!/usr/bin/env python3
import argparse
import functools
import hmac
import json
import plistlib
import subprocess
@0xdevalias
0xdevalias / language-learning-persian-farsi.md
Created January 31, 2026 06:47
Some notes, links, references, and other useful things I came across with regards to learning Persian / Farsi

Language Learning - Persian / Farsi

Some notes, links, references, and other useful things I came across with regards to learning Persian / Farsi.

Table of Contents

@0xdevalias
0xdevalias / dns-over-tls-spki-fingerprint-pinning-issue-debugging.md
Last active January 13, 2026 06:13
Some notes on debugging a recent DNS issue that I eventually found was related to DNS over TLS (DoT)

DNS over TLS (DoT) SPKI Fingerprint Pinning Issue Debugging

Some notes on debugging a recent DNS issue that I eventually found was related to DNS over TLS (DoT), and the certificate that we had pinned expiring soon + being replaced with a new certificate. The solution was to verify the new certificate, calculate the hash for it, and update the pinned hash.

Notes from chat

@0xdevalias
0xdevalias / feedback-feature-request-platforms.md
Created October 11, 2025 07:59
Some notes on tools and services for gathering user feedback, tracking feature requests, and managing public roadmaps.
@0xdevalias
0xdevalias / google-sheets-app-script-snippets.md
Last active October 11, 2025 07:13
Some Google Sheets App Script Snippets and Examples.
@0xdevalias
0xdevalias / init-new-github-repo-workflow-and-helpers.md
Last active October 10, 2025 07:39
Some notes on my personal workflow and helper tools for creating a new GitHub repository — with an emphasis on committing early and often, so ideas don't end up stranded as half-finished projects sitting on my computer where no one can benefit from them.

Init New GitHub Repo Workflow and Helpers

Some notes on my personal workflow and helper tools for creating a new GitHub repository — with an emphasis on committing early and often, so ideas don't end up stranded as half-finished projects sitting on my computer where no one can benefit from them.

Table of Contents

@0xdevalias
0xdevalias / time-tracking-tools.md
Created October 7, 2025 05:01
Some notes on exploring time tracking tools (open source and commercial), as well as their APIs, etc.
@0xdevalias
0xdevalias / xnapper-screenshot-app-open-source-clone-potential.md
Last active October 11, 2025 08:15
Some notes, thoughts, motivations and references related to the idea of creating an open-source clone of the Xnapper screenshot / annotation app.
@0xdevalias
0xdevalias / proposal-using-github-discussions-for-automated-moderator-notices.md
Created October 3, 2025 08:18
Some notes on a proposal for using GitHub Discussions to provide automated moderator notices (eg. handling +1 comment spam) with offense tracking and escalation.