I hereby claim:
- I am ctsstc on github.
- I am cts_ae (https://keybase.io/cts_ae) on keybase.
- I have a public key ASDQOl_GG3phDr6YpOItUyepXklobgEzcpseci1Jr5YwFAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{ | |
"compilerOptions": { | |
"baseUrl": "./", | |
"paths": { | |
"@/*": ["src/*"] | |
} | |
} | |
} |
To utilize this script you can create a bookmarklet from it utilizing some tool like:
You can also add it to your Chromium based browser via:
// Goto the medications page in mychart | |
// Then click through any additional tabs for different offices/locations at the top to load them up | |
// Run this in the console | |
// Open notepad paste and save as a .csv | |
// Note using "let" so that you can copy/paste multiple times w/o refreshing | |
let headers = [...document.querySelectorAll('.card.medcard[data-med-id]')]; | |
let cleanup = (el) => el?.innerText.split(/\r\n|\r|\n|\,/).join(' '); |
treeView.treeModel.currentSession_rootNode.subnodes | |
.filter(x => 'crashDetectedDate' in x.chromeWindowObj) | |
.forEach(x => x.hoveringMenuActions.deleteAction.performAction(x)) |
This will add a sheduled task to run the powershell script on login/workstation unlock without displaying a window.
Note: you can also try importing the XML file below for the task 🤞
This script updates the qbittorrent port from the port that PIA returns from its port forwarding if one is available.
This currently only does something if qbittorrent is open and running since it updates through the Web UI. There is commented code that could be changed to utilize the qbittorrent cli to change the port when the application is closed.
This requires that you have qbittorrent's web interface enabled with the "Bypass authentication for clients on localhost" enabled.