HelenL
Really Experienced
- Joined
- Mar 7, 2024
- Posts
- 109
I managed to see the bug again in the page I've been working with (it's way more random than I thought) and tried what I'd done before, ^U copy etc., and the separators were present this time. But now I think that's a red herring because ^U is causing a page reload.I've never seen that. Just now I went to https://www.literotica.com/s/honeys-rizz-quest?page=2, clicked on page 1, and the separators were missing; opened the source (Ctrl+U), searched for "* ", and they were there as expected.
A (client-side JS) script cannot modify the initial HTTP response, only the rendered DOM (HTML elements) of the page as displayed in the browser.
If instead I save the page locally and look at the HTML the separators are missing again in the code.
I'm convinced that this is a server-side problem, but I think our testing is heisenberging our results...