- Enable chrome://flags/#temporary-unexpire-flags-m139
- Enable chrome://flags/#allow-legacy-mv2-extensions
- ???
- Profit.
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 | |
powershell /nologo /noprofile /command "&{[ScriptBlock]::Create((cat """%~f0""") -join [Char[]]10).Invoke(@(&{$args}%*))}" | |
exit /b | |
#> | |
Function Get-LatestDDUVersion { | |
$pageUrl = 'https://www.wagnardsoft.com/display-driver-uninstaller-DDU-' | |
Write-Host "Fetching latest DDU versions from $pageUrl..." |
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
{ | |
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 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 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 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
{ | |
"": { | |
"Flags": [ | |
"Unregistered", | |
"CreatedFromIni", | |
"SetByScalability" | |
], | |
"Helptext": "IAmNoRealVariable", | |
"type": "String", | |
"value": "0" |
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
#NoEnv | |
#SingleInstance Force | |
#NoTrayIcon | |
SetBatchLines, -1 | |
SetKeyDelay, -1, 1 | |
SetMouseDelay, -1 | |
SetWinDelay, -1 | |
SetControlDelay, -1 |
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
#NoEnv | |
#NoTrayIcon | |
ListLines Off | |
SetBatchLines, -1 | |
Process, Priority,, H | |
SetWorkingDir %A_ScriptDir% | |
argumentList = | |
( |
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
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 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
[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 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 | |
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 ^ |
NewerOlder