Skip Navigation

Any way to disable automatic unloading of text & elements (virtual DOM / DOM unloading)? They break functionality like CTRL F

I don't want text to be unloaded from pages because then I can't see all the results on the CTRL F box. This happens on Discourse forums and New New Reddit (its too bad they removed the 2018 redesign).

2 comments
  • I doubt it. The elements being added/removed is handled by JS, not your browser, so your browser can't influence the behavior of that.

    You might be able to write some JS that searches the data in memory directly, rather than searching the visual representation that your browser displays.