Brian
Brian
The browser has it's own unique user agent, you can see that by going to https://ifconfig.me/all The problem with this is that: 1. It leaves a unique fingerprint 1. It...
_This is all valid js_ ```pwsh ❯ minify-js --version minify-js 0.6.0 ❯ @' import { readFile } from 'fs/promises' const buf = await readFile(`test`) '@ | minify-js --mode module thread...
 I used the script from the readme:  Shell: PowerShell 7.3.0-preview.6 tre: tre-command 0.4.0 Same thing occurs on Windows' system PowerShell (5.1)
Rather, pwsh converts `:` to `;`, which translates to a termination when executed with pwsh, and reads everything following it, instead of the actual filename, then spits out this error:...
 I can't get it to display anything
That way you wouldn't have to make multiple requests to get a filtered type, you could just do for example: https://harambelogs.pl/channelid/84180052/userid/71092938/random?json&type=1 Or even comma separated for multiple, for example: https://harambelogs.pl/channelid/84180052/userid/71092938/random?json&type=1,2
```make ❯ qmake .. Info: creating stash file ...\mpvz\build\.qmake.stash Project ERROR: Unknown module(s) in QT: x11extras ``` Requires x11extras
**Problem** It's set to `com.android.webview` instead of the usual `com.throium.webview`, this makes it so that you can't install it without getting conflicts. Noticed on `M123.0.6312.133`-`M124.0.6367.218`
#### Describe your feature request Well `Select-String`/`sls` doesn't have to pipe binary data to a forked process, and it's much faster than `grep`, so I was always curious how it...