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
{ | |
const PARAMETERS = { | |
OS: "Windows", | |
CPU: "10875H" | |
}; | |
const getScores = function(page) { | |
return Array.from(page.querySelectorAll('.list-col-inner > .row')).map((row) => { | |
const model = row.querySelector('.list-col-model').innerText; | |
const scores = Array.from(row.querySelectorAll('.list-col-text-score')).map((score) => parseInt(score.textContent)); |
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 Spotify Preview to Full Song Replacer | |
// @version 1.0 | |
// @author MMWorks | |
// @include https://discord.com/channels/* | |
// @connect api.song.link | |
// @grant GM.xmlHttpRequest | |
// @grant unsafeWindow | |
// ==/UserScript== |
This file has been truncated, but you can view the full file.
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
{ | |
"": { | |
"Flags": [ | |
"Unregistered", | |
"CreatedFromIni", | |
"SetByScalability" | |
], | |
"Helptext": "IAmNoRealVariable", | |
"type": "String", | |
"value": "0" |
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
#NoEnv | |
#SingleInstance Force | |
#NoTrayIcon | |
SetBatchLines, -1 | |
SetKeyDelay, -1, 1 | |
SetMouseDelay, -1 | |
SetWinDelay, -1 | |
SetControlDelay, -1 |
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
#NoEnv | |
#NoTrayIcon | |
ListLines Off | |
SetBatchLines, -1 | |
Process, Priority,, H | |
SetWorkingDir %A_ScriptDir% | |
argumentList = | |
( |
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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\shell\OpenSymlink] | |
"MUIVerb"="Open real file location" | |
[HKEY_CLASSES_ROOT\Directory\shell\OpenSymlink\command] | |
@="powershell.exe -NoProfile -Command \"explorer.exe (Get-Item '%1' -Force).Target\"" |
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
[WindowsClient DeviceProfile] | |
TextureLODGroups=(Group=TEXTUREGROUP_World,MinLODSize=0,MaxLODSize=512,MipGenSettings=TMGS_NoMipmaps) | |
TextureLODGroups=(Group=TEXTUREGROUP_WorldNormalMap,MinLODSize=0,MaxLODSize=0,MipGenSettings=TMGS_NoMipmaps) | |
TextureLODGroups=(Group=TEXTUREGROUP_WorldSpecular,MinLODSize=0,MaxLODSize=0,MipGenSettings=TMGS_NoMipmaps) | |
TextureLODGroups=(Group=TEXTUREGROUP_Character,MinLODSize=0,MaxLODSize=512,MipGenSettings=TMGS_NoMipmaps) | |
TextureLODGroups=(Group=TEXTUREGROUP_CharacterNormalMap,MinLODSize=0,MaxLODSize=512,MipGenSettings=TMGS_NoMipmaps) | |
TextureLODGroups=(Group=TEXTUREGROUP_CharacterSpecular,MinLODSize=0,MaxLODSize=512,MipGenSettings=TMGS_NoMipmaps) | |
TextureLODGroups=(Group=TEXTUREGROUP_Weapon,MinLODSize=0,MaxLODSize=256,MipGenSettings=TMGS_NoMipmaps) | |
TextureLODGroups=(Group=TEXTUREGROUP_WeaponNormalMap,MinLODSize=0,MaxLODSize=0,MipGenSettings=TMGS_NoMipmaps) | |
TextureLODGroups=(Group=TEXTUREGROUP_WeaponSpecular,MinLODSize=0,MaxLODSize=0,MipGenSettings=TMGS_NoMipmaps) |
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
@echo off | |
set dumper_path=DumpedConfigs\ | |
set process_path=%~1 | |
start "Dump-Inis" "%process_path%" ^ | |
-AHGameSettingsSubsystemIni=%dumper_path%AHGameSettingsSubsystem.ini ^ | |
-ApexDestructionIni=%dumper_path%ApexDestruction.ini ^ | |
-CameraCalibrationCoreIni=%dumper_path%CameraCalibrationCore.ini ^ | |
-CompatIni=%dumper_path%Compat.ini ^ | |
-DefCompatIni=%dumper_path%DefCompat.ini ^ | |
-ComposureIni=%dumper_path%Composure.ini ^ |
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
# Script requires to be relative to 'Steam.exe' in order to work | |
Start-Process -FilePath "Steam.exe" -NoNewWindow -Wait -ArgumentList "-forcesteamupdate", "-forcepackagedownload", "-overridepackageurl https://archive.org/download/dec2022steam", "-exitsteam" | |
Write-Host "Creating steam.cfg to block STEAM updates" -ForegroundColor Yellow | |
Set-Content -Path "steam.cfg" -Value "BootStrapperInhibitAll=enable" | |
Write-Host "... Now you can start STEAM as before with commands like '-no-browser'" -ForegroundColor Green |
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
[WindowsNoEditor DeviceProfile] | |
CVars=D3D12.PSO.DiskCache=1 | |
CVars=D3D12.PSO.DriverOptimizedDiskCache=1 | |
CVars=r.ShaderPipelineCache.Enabled=1 | |
CVars=r.ShaderPipelineCache.StartupMode=1 | |
CVars=r.ShaderPipelineCache.PreOptimizeEnabled=1 | |
CVars=r.ShaderPipelineCache.GameFileMaskEnabled=0 | |
CVars=r.ShaderPipelineCache.BatchSize=50 | |
CVars=r.ShaderPipelineCache.BackgroundBatchSize=1 | |
CVars=r.ShaderPipelineCache.PrecompileBatchSize=50 |
NewerOlder