Skip to content

Instantly share code, notes, and snippets.

View PromoFaux's full-sized avatar

Adam Warner PromoFaux

View GitHub Profile
@PromoFaux
PromoFaux / custom-layouts.json
Last active December 16, 2025 13:38
My Chaos Layout for fancyzones
{
"custom-layouts": [
{
"uuid": "{44A3A2B3-F13E-4A2B-BC5A-2475BB884D75}",
"name": "Adam\u0027s Chaos layout",
"type": "canvas",
"info": {
"ref-width": 5120,
"ref-height": 1392,
"zones": [
<script>alert(5)</script>
<img/src="http://0.0.0.0:8000/tests.js"/onerror=alert(4)>
||test.de^
appleid.apple.com
||.com^
||*.com^
||com^
@PromoFaux
PromoFaux / DoT.yml
Last active November 12, 2025 14:59
tcp:
routers:
rou_dot:
entryPoints:
- dot
rule: HostSNI(`my.dot.domain.here`)
service: svc_dot
tls:
certResolver: le
services:
@PromoFaux
PromoFaux / test
Last active February 14, 2023 21:30
*.microsoft.com,1
*.facebook.com,1
@PromoFaux
PromoFaux / are-you-sure-release.js
Last active December 26, 2021 00:13
Userscript to intercept the "publish release" button on Github to make sure the presser of said button is sure they want to press it
// ==UserScript==
// @name Github Release, are you sure??
// @version 0.1
// @description That green "Publish Release" button is just far too tempting to press when you want to save a draft.
// @author @promofaux
// @include *://github.com/*
// @icon https://www.google.com/s2/favicons?domain=github.com
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js
// ==/UserScript==