Skip to content

Instantly share code, notes, and snippets.

View spetterman66's full-sized avatar
💭
we are the lifers

spetterman66 / 17lifers spetterman66

💭
we are the lifers
View GitHub Profile
@spetterman66
spetterman66 / useful.md
Last active April 2, 2026 10:06
17lifers db

useful resources found online

this is a continuously updated list of useful resources found online.

exploration

@spetterman66
spetterman66 / script.js
Created October 18, 2025 18:24
developer experiments for discord webapp
webpackChunkdiscord_app.push([[Math.random()], {}, (e) => { if(e.b!=undefined){module = Object.values(e.c).find(x => x?.exports?.default?.getUsers && x.exports.default._dispatcher._actionHandlers).exports.default;} }]);
nodes = Object.values(module._dispatcher._actionHandlers._dependencyGraph.nodes);
try { nodes.find(x => x.name == "ExperimentStore").actionHandler["OVERLAY_INITIALIZE"]({ user: { flags: 1 } }); } catch (e) { }
original = [module.getCurrentUser, module.getNonImpersonatedCurrentUser];
module.getCurrentUser = module.getNonImpersonatedCurrentUser = () => ({ isStaff: () => true });
nodes.find(x => x.name == "DeveloperExperimentStore").actionHandler["OVERLAY_INITIALIZE"]();
[module.getCurrentUser, module.getNonImpersonatedCurrentUser] = original;
@spetterman66
spetterman66 / script.js
Created August 1, 2024 11:51
Skype for UXP
// ==UserScript==
// @name Skype Web on TenFourFox
// @namespace skype.com
// @description yes
// @include https://web.skype.com/
// @version 1
// @grant none
// ==/UserScript==
let script = document.createElement('script');
script.src = "https://secure.skypeassets.com/wcss/8-39-0-185/js/app.js"
@spetterman66
spetterman66 / garticphone-userscript.js
Created September 9, 2023 14:46
Make Gartic Phone work on Legacy UXP (TenFourFox/IWPPC/Serpent/FX52esr/etc)
// ==UserScript==
// @name Gartic Phone
// @namespace https://garticphone.com/*
// @include https://garticphone.com/*
// @run-at document-start
// @version 1
// @grant none
// ==/UserScript==
(function (factory) {
typeof define === 'function' && define.amd ? define(factory) :
// ==UserScript==
// @name http://io.google (Google I/O)
// @namespace https://io.google/*
// @include https://io.google/*
// @run-at document-start
// @version 1
// @grant none
// ==/UserScript==
!function () {
return function e(t, r, n) {
@spetterman66
spetterman66 / caniuse.txt
Created July 4, 2023 18:25
Make CanIUse work on TenFourFox/IWPPC again (Userscript)
// ==UserScript==
// @name caniuse.com
// @namespace https://caniuse.com/*
// @include https://caniuse.com/*
// @run-at document-start
// @version 1
// @grant none
// ==/UserScript==
/*! (c) Andrea Giammarchi @webreflection ISC */
!function () {
@spetterman66
spetterman66 / google sites userscript.txt
Created July 2, 2023 09:25
Make Google Sites work in TenFourFox/IWPPC again (with Firefox 78 or higher user agent):
// ==UserScript==
// @name Google Sites
// @namespace https://sites.google.com/*
// @include https://sites.google.com/*
// @run-at document-start
// @version 1
// @grant none
// ==/UserScript==
!function () {
return function e(t, r, n) {
@spetterman66
spetterman66 / Startpage userscript.txt
Created July 2, 2023 07:04
Make Startpage work again in TenFourFox/IWPPC
// ==UserScript==
// @name Startpage
// @namespace https://www.startpage.com/*
// @include https://www.startpage.com/*
// @run-at document-start
// @version 1
// @grant none
// ==/UserScript==
/**
* Copyright 2016 Google Inc. All Rights Reserved.
@spetterman66
spetterman66 / gist:0dda2848d6f4890023aca7ef9fbff7f7
Created June 29, 2023 17:17
Make Apple Music work again on TenFourFox/IWPPC
// ==UserScript==
// @name Apple Music
// @namespace https://music.apple.com/*
// @include https://music.apple.com/*
// @run-at document-start
// @version 1
// @grant none
// ==/UserScript==
/**
* Copyright 2016 Google Inc. All Rights Reserved.
@spetterman66
spetterman66 / yt music userscript.txt
Created June 27, 2023 16:39
Fix YouTube Music on TenFourFox/IWPPC (Userscript)
// ==UserScript==
// @name YouTube Music
// @namespace https://music.youtube.com/*
// @include https://music.youtube.com/*
// @run-at document-start
// @version 1
// @grant none
// ==/UserScript==
/*! (c) Andrea Giammarchi @webreflection ISC */
!function () {