Skip to content

Instantly share code, notes, and snippets.

@igentuman
Last active October 6, 2024 12:21
Show Gist options
  • Save igentuman/adbe220583ca575ee22dc2527937a43e to your computer and use it in GitHub Desktop.
Save igentuman/adbe220583ca575ee22dc2527937a43e to your computer and use it in GitHub Desktop.
igentuman elka
// ==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