Skip to content

Instantly share code, notes, and snippets.

View PromoFaux's full-sized avatar

Adam Warner PromoFaux

View GitHub Profile
@PromoFaux
PromoFaux / applied-layouts.json
Last active August 15, 2026 12:56
My Chaos Layout for FancyZones. Requires overlapping-zone algorithm = Closest center.
{
"applied-layouts": [
{
"device": {
"monitor": "SAME028",
"monitor-instance": "5\u00263315ed65\u00260\u0026UID4353",
"monitor-number": 1,
"serial-number": "H1AK500000",
"virtual-desktop": "{00000000-0000-0000-0000-000000000000}"
},
<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==