Last active
October 6, 2024 12:21
-
-
Save igentuman/adbe220583ca575ee22dc2527937a43e to your computer and use it in GitHub Desktop.
igentuman elka
This file contains 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 ELKA | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-10-06 | |
// @description try to take over the world! | |
// @author You | |
// @match *://*/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=magic-seasons2024.com | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
if (document.location.host == 'elka2024-client-global-vk.magic-seasons2024.com') { | |
setTimeout(function(){ | |
window.ELKA._componentsFactory.components.FactoryModule._model._games._staticData._passing._settings._collectTarget = 1; | |
}, 10000); | |
} | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment