This documentation has moved to a dedicated site.
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_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm] | |
"ForceDisableModeChangeAnimation"=dword:00000001 |
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_CURRENT_USER\Software\SolidWorks\AllowList\Gl2Shaders\Other\Intel(R) Arc(TM) Graphics] | |
"Workarounds"=dword:00032408 |
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
copy(Array.from(document.getElementsByClassName('downloadfiles')[0].getElementsByTagName('a'), (a) => a.href).join('\n')) |
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_CURRENT_USER\Software\SolidWorks\SOLIDWORKS 2022\Performance\Graphics\Hardware\Gl2Shaders\NV40\NVIDIA GeForce MX150/PCIe/SSE2] | |
"Workarounds"=dword:00031408 |
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
https://api.gitkraken.com/oauth/github/login?action=login&in_app=true&needs_gk_permissions=false |
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_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthA2dp\Parameters] | |
"BluetoothAacEnable"=dword:00000000 |
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
// This script can be pasted into the browser console, or used as a userscript with an extension like Tampermonkey. | |
// ==UserScript== | |
// @name Allocate+ post-exam fixer | |
// @version 0.1 | |
// @description Fixes the planner in Allocate+ if it's broken after exams. | |
// @author hacker1024 | |
// @match https://my-timetable.monash.edu/even/student* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=monash.edu | |
// @grant none |
let eBookPageCount = /* Set this. */
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
async function load() {
for (i = 1; i < eBookPageCount; ++i) {
let pageContainer = document.getElementById('mainPageContainer_' + i)
pageContainer.scrollIntoView()
NewerOlder