You can also modify and test run the scripts locally using:
cscript .\network-info.vbs
# Getting terrible performance with Python in WSL? | |
# | |
# Putting a temporary exception in Windows Defender before running | |
# your load may speed things up | |
# | |
# I put this in a PS script so that I don't: | |
# - forget to put the exception in every time | |
# - forget to remove the exception when I'm finished | |
# - resort to disabling "Real-time protection" for a bit cuz I'm lazy | |
# |
I hereby claim:
To claim this, I am signing this object:
const todoClassName = 'sxojMb fbELB'; | |
const completedClassName = 'RFmU6c'; | |
const todo = []; | |
const completed = []; | |
for (const e of document.getElementsByClassName(todoClassName)) { | |
if (!e.title) continue; // Skip Details sections | |
todo.push(e.innerText); | |
} |