Disney+: hide the Continue Watching history
Hides the Continue Watching row so anyone glancing over your shoulder cannot see what you watched.
Code to copy
/* Hide the Continue Watching row so others cannot see your viewing history */
[data-gv2containerkey*="continuewatching" i],
[data-testid="set"][aria-label*="Continue Watching" i],
[data-testid="set"][aria-label*="Oglądaj dalej" i] {
display: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.