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 Reddit Comments Copier (Compact) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.3 | |
| // @description Копирует комментарии Reddit в ультра-компактном формате для экономии токенов | |
| // @match https://*.reddit.com/r/*/comments/* | |
| // @grant GM_setClipboard | |
| // @run-at document-idle | |
| // ==/UserScript== |
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
| [Console]::OutputEncoding = [System.Text.Encoding]::UTF8 | |
| $scriptPath = Split-Path -Parent $MyInvocation.MyCommand.Definition | |
| Set-Location $scriptPath | |
| $exe = Get-ChildItem -Path $scriptPath -Filter "*.exe" | Where-Object { $_.Name -notmatch "AudioRecord" } | Select-Object -First 1 | |
| if (-not $exe) { | |
| Write-Host "Main EXE not found!" -ForegroundColor Red | |
| exit | |
| } |
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
| ' Скачайте https://apps.microsoft.com/detail/9n2bjz33395t | |
| ' ====================================================================================== | |
| ' NAME: HuntShowdown_AutoStart_with_Crosshair.vbs | |
| ' DESCRIPTION: Автоматизация запуска прицела (Ultimate Crosshair) и игры Hunt: Showdown. | |
| ' | |
| ' ПОРЯДОК РАБОТЫ: | |
| ' 1. Запуск приложения прицела и ожидание его процесса. | |
| ' 2. Активация виджета Xbox Game Bar (через Ctrl+F12). | |
| ' 3. Запуск игры напрямую через исполнительный файл. | |
| ' 4. Очистка ОЗУ от Game Bar и прицела после выхода из игры (~150MB ОЗУ). |
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
| # This Python script is a tag conversion utility that transforms text-based tag files into XMP (Extensible Metadata Platform) | |
| # sidecar files for image management, specifically formatted for digiKam photo management software. | |
| # txt tag sample - 1girl looking_at_viewer split yoga_pose | |
| import os | |
| import glob | |
| # Function to convert tags string to XMP format | |
| def tags_to_xmp(tags_string): | |
| # Normalize tags string by replacing commas with spaces and splitting |
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
| @echo off | |
| setlocal enabledelayedexpansion | |
| :: Check for command-line arguments | |
| if not "%~1"=="" goto PROCESS_ARG | |
| :: Initial menu without admin rights | |
| :MENU | |
| cls | |
| echo Select action: |
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 Yandex Video - Smart YouTube Filter | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Автоматически исключает YouTube с на страницах яндекс видео | |
| // @author NN | |
| // @match https://yandex.ru/video/* | |
| // @match https://ya.ru/video/* | |
| // @match https://yandex.com/video/* | |
| // @grant none |
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
| @echo off | |
| setlocal enabledelayedexpansion | |
| rem Run bcdedit and save the output to a temporary file | |
| echo Running bcdedit to enumerate firmware... | |
| bcdedit /enum firmware > temp.txt | |
| echo Output saved to temp.txt. | |
| rem Initialize variables | |
| set "target_description=bazzite" |
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
| #toggleKey = Pause | |
| depthCapture = off | |
| reshadeTexturePath = "/home/love/.config/vkBasalt/reshade/Textures/" | |
| reshadeIncludePath = "/home/love/.config/vkBasalt/reshade/Shaders/" | |
| effects=tonemap:dls | |
| dlsSharpness = 0.5 | |
| dlsDenoise = 0.6 | |
| tonemap=/home/love/.config/vkBasalt/reshade/Shaders/Tonemap.fx | |
| Gamma = 0.690 |
NewerOlder