this post was submitted on 25 May 2024
22 points (84.4% liked)

Firefox

17154 readers
62 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 

I don't like it when I go back to a tab and it reloads.

For whatever reason, I want tabs to stop changing. I don't want the to reload from their javascript and I don't want the tab content to be deleted by the automatic discard (to save memory)

If firefox decides to free memory, it should dump tab data and tab state to disk, not delete and reload from the website later.

Sometimes the website won't exist later.

Somewhat related but this one is hard : Some website dynamically delete content after you've scroll past it (firefox) this means even if you scroll to the "true" bottom, you can't ctrl+f search and you can't freeze the page and read it all at your leisure and preserve it for later.

Currently my solution is to video screen capture the whole tab while scrolling slowly, this is quite a ridiculous step to take but apparently the only option to keep our data !?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 3 months ago* (last edited 3 months ago) (1 children)

Press F12 - choose the console tab, type "debugger" and hit enter. If that doesn't stop everything, a "console.break()" may also be needed.

Edit: This looks promising: https://addons.mozilla.org/en-US/firefox/addon/javascript-toggler/

[–] [email protected] 1 points 3 months ago (1 children)

Looks great but I wish for more. Per site pause points and skip point. Short circuiting certain functions, per site.

[–] [email protected] 3 points 3 months ago (1 children)

If you don't mind learning a lot of JavaScript, a Script monkey style Solution can do this for you.

[–] [email protected] 4 points 3 months ago* (last edited 3 months ago)

Narrator: They did not wish to learn JavaScript and were looking for an easy answer even if it didn’t exist.