Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 Автообновление списка тем | |
// @version 1.0 | |
// @description Автообновление списка тем | |
// @author MALWARE | |
// @match https://zelenka.guru/ | |
// @match https://zelenka.guru/forums/?tab=moja-vkladka | |
// @match https://zelenka.guru/?tab=moja-vkladka | |
// @match https://zelenka.guru/?direction=desc | |
// @match https://zelenka.guru/?order=post_date&direction=desc |
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 LZT Telegram Links | |
// @version 1.0 | |
// @description Замена ссылок t.me на tg://resolve | |
// @author Бот Super Mag с нейросетью ChatGPT | |
// @match https://zelenka.guru/* | |
// @icon https://img.icons8.com/fluency/48/null/telegram-app.png | |
// ==/UserScript== | |
let links = document.querySelectorAll("a[href^='//t.me/']"); |
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 Lolzteam NoAds | |
// @description Lolzteam NoAds | |
// @author MALWARE | |
// @homepage https://t.me/notmalware/ | |
// @include http://zelenka.guru/* | |
// @include https://zelenka.guru/* | |
// @include http://*.zelenka.guru/* | |
// @include https://*.zelenka.guru/* | |
// @include http://lolz.guru/* |
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 Автоматический редирект с Zelenka.guru на Lolz.guru | |
// @description Для тех, кому очень не нравится новый домен :) | |
// @author MALWARE | |
// @homepage https://t.me/notmalware/ | |
// @include http://zelenka.guru/* | |
// @include https://zelenka.guru/* | |
// @include http://*.zelenka.guru/* | |
// @include https://*.zelenka.guru/* | |
// @grant GM_addStyle |
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 Нормальный логотип Lolzteam | |
// @description Нормальный логотип Lolzteam от MALWARE | |
// @author MALWARE | |
// @homepage https://t.me/notmalware/ | |
// @match https://zelenka.guru/* | |
// @match https://lzt.market/* | |
// @match https://lolz.market/* | |
// @match https://lolz.guru/* | |
// @grant GM_addStyle |
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 Кастомизация профиля Lolzteam | |
// @description Бесплатные уник, лычка и фон в профиле от MALWARE | |
// @author MALWARE | |
// @homepage https://t.me/notmalware/ | |
// @include http://zelenka.guru/* | |
// @include https://zelenka.guru/* | |
// @include http://*.zelenka.guru/* | |
// @include https://*.zelenka.guru/* | |
// @include http://lolz.guru/* |
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 Фейк баланс Lolzteam | |
// @descriptio Расширение, которое дюпает ваши деньги | |
// @author MALWARE | |
// @homepage https://t.me/immalware/ | |
// @include https://lolz.guru/* | |
// @include https://zelenka.guru/* | |
// @include https://lzt.market/* | |
// @include https://lolz.market/* | |
// @namespace lolzteam_fake_balance |
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 Сумма платежей в профиле Lolzteam | |
// @description Расширение, которое возвращает сумму платежей в Lolzteam | |
// @author MALWARE | |
// @homepage https://t.me/immalware/ | |
// @include https://lolz.guru/market/user/*/payments* | |
// @namespace lolzteam_payment_history | |
// @run-at document-end | |
// @version 2.1 | |
// @license MIT |