Skip to content

Instantly share code, notes, and snippets.

View twnlink's full-sized avatar
:shipit:
yo.

toonlink twnlink

:shipit:
yo.
View GitHub Profile
// ==UserScript==
// @name Forcibly enable Vue.js devtools
// @namespace https://toon.link
// @include http://*
// @include https://*
// @grant none
// @version 1.0
// @author toonlink
// @description Forcibly enables the VueJS devtools. Works on Vue 2 and 3.
// @run-at document-start
@twnlink
twnlink / MarathonInvitePatcher.user.js
Last active April 21, 2025 19:06
Forces Bungie.com to think that you have access to the Marathon alpha and thusly can generate invite codes. Why the server sends them back, I have no idea.
// ==UserScript==
// @name Marathon Invite Patcher
// @namespace Violentmonkey Scripts
// @match https://www.bungie.net/*
// @version 1.0.0
// @author link
// @description Forces Bungie.com to think that you have access to the Marathon alpha and thusly can generate invite codes. Why the server sends them back, I have no idea.
// @grant GM_addElement
// @run-at document-start
// ==/UserScript==