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
#!/bin/bash | |
EXCLUDE_PATTERN='node_modules|.git|.vscode|dist|package-lock.json' | |
echo "========================================" | |
echo " Анализ структуры и файлов проекта" | |
echo " Текущая папка: $(pwd)" | |
echo " Исключенные папки: ${EXCLUDE_PATTERN//|/, }" | |
echo "========================================" | |
echo |
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 Нормальный логотип 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 | |
// @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 |