This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
OlderNewer