Comment on
What -45° C looks like
Reply in thread
-40C is -40F -45C is -49F
Comment on
What -45° C looks like
Reply in thread
-40C is -40F -45C is -49F
Comment on
sdfasdf
can someone confirm if this is the real oldest lemmy post?
the oldest commit on github seems like its made about 4 years ago
edit: i think it might be impossible to confirm just because how lemmy works. the old federated instances that might have the older posts might have gone down.
Comment on
10 year old memes
Reply in thread
So lemmy is dying?
Comment on
Is there a way to get rid of the debugger keyword in Firefox?
Reply in thread
oh that forever loop caused my browser to crash
Comment on
Is there a way to get rid of the debugger keyword in Firefox?
Reply in thread
that doesn't work because the debugger spam spawns a new console/thread or whatever; making a "new file" every time the spam started. There's no fixed line number to skip over.
Comment on
What -45° C looks like
If I checked the calendar correctly today is the last day of July?
Comment on
Is there a way to get rid of the debugger keyword in Firefox?
Reply in thread
curl the source down works, but it makes things more complicated. The source code is obfuscated making it incredibly hard to read. This is where using the web debugging tools shine. If I want to figure out which code is trigger what, I can just look at the call stack. I also wanted to look at the internet traffic to see how things work from there. I could intercept all the HTTP requests but that wouldn't give things like the call stack. I think it would be much easier if there's a way stopping the debugger spamming trick.
Comment on
Is there a way to get rid of the debugger keyword in Firefox?
Reply in thread
That icon did skip over the debugger keyword, but it didn't solve my issue because it still prevented me from viewing that website's source. Now the websites just becomes super laggy. I'm assuming that there's a forever loop that does nothing running in the background now that the debugger keyword constantly gets skipped over.
Can there be a solution where I can replace debugger to something that can cause the thread to sleep for like half a second?
Comment on
Twitter’s new X logo wasn’t made by an in-house designer. It’s from an old podcast
Reply in thread
What does this mean? Is this latex?
Comment on
Absolutely nothing of note happened in China in June 1989, right?
Reply in thread
干嘛那么凶,别人就问一句问题
Comment on
Is the sort-by-old selection broken?
Reply in thread
I see 👍. Thanks for keeping this instance running smoothly 😁
Comment on
Is there a way to get rid of the debugger keyword in Firefox?
Reply in thread
I used the greasymonkey script with tampermonkey without any modification. And it seems like that script magically worked even though the code doesn't look like it applies to all of the cases. Thanks, this helped a lot.
Update: After further testing, the script doesn't really help a lot, because it broke all the JavaScript used on that website all together, which explains why the debugger stopped spamming. Disabling all the JavaScript is not what I want; I want to be able to use the browser tools to trace certain functions.
Comment on
Is there a way to get rid of the debugger keyword in Firefox?
Reply in thread