Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| setInterval(() => { | |
| Array.from( | |
| document.querySelectorAll('details:not([open]) .cursor-pointer[data-test*="toggle"]') | |
| ).forEach((toggle) => { | |
| toggle.click(); | |
| }) | |
| }, 300) |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)