Event JSON
{
"id": "e92604349d1eeb7f4be6eec9f492e44106ee3c8fa84e7db4cbe30770b61fc474",
"pubkey": "7175ff35ce10b6dd2fa03805745cefbb61d6a88f85c7d9d8eeb907687549b3bb",
"created_at": 1727861440,
"kind": 1,
"tags": [
[
"p",
"f71ddd7882e4e1d38628ba31f1e768edd652e57fb95f33f1eb1039baaeaeea16",
"wss://nostr.sprovoost.nl"
],
[
"p",
"39b5ec09cb2ba32a70d31c35f7919b7d2da51b4f4297ae2189327452b620b059",
"wss://nostr.sprovoost.nl"
],
[
"p",
"7aef6d512918d54d985ce67d0f30a024c3fc635b64033ccf929daf1069587fe5",
"wss://nostr.sprovoost.nl"
],
[
"p",
"b04a7d2ee17ac634dffda6c1c59350075fd3941b9bc0872603f6c5b0caa51b96",
"wss://nostr.sprovoost.nl"
],
[
"e",
"80e408070ce29e39d40b49efaad5889920a2664cdea066185331e4db958814d8",
"wss://nostr.sprovoost.nl",
"reply"
],
[
"t",
"tampermonkey"
],
[
"proxy",
"https://snac.bsd.cafe/zirias/p/1727861440.351687",
"activitypub"
]
],
"content": "Sure. I've now scripted a bit for #tampermonkey, achieving similar:\n\n GM.xmlHttpRequest({\n method: 'GET',\n url: 'https://codeberg.org/voron/snac-style/raw/branch/master/modern-dark.css',\n onload: function(response) {\n if (response.readyState == 4 \u0026\u0026 response.status == 200) {\n var style = document.createElement('style');\n style.type = 'text/css';\n style.innerHTML = response.responseText;\n document.getElementsByTagName('style')[0].replaceWith(style);\n }\n }\n });\nBut that's more of a workaround. E.g. I don't always have \"my\" browser with me 😉\n\nCC: nostr:npub17uwa67yzunsa8p3ghgclremgaht99etlh90n8u0tzqum4t4wagtqvy5ywz nostr:npub18x67czwt9w3j5uxnrs6l0yvm05k62x60g2t6ugvfxf699d3qkpvsj9uph7 nostr:npub10thk65ffrr25mxzuue7s7v9qynplcc6mvspnenujnkh3q62c0ljs0zwqra\n",
"sig": "7c2e614a6ba9da85f373aedbc5e41f86957649faaa2f6f4f5962f0130f5ec7e8cd282ce880fa678204b93ba523145f011520112b0b59d08fba41353475811c1c"
}