Check out a userscript which highlights deleted posts.
GitHub
79114625
Date:
2024-10-22 14:48:29
Score:
0.5
Natty:
Report link
Open DevTools
Inspect the chart and locate the element of the line you want to hide.
Right-click on the element and choose “Delete Element” or use the console:
document.querySelector('path.your-target-class').style.display = 'none';
Reasons:
Low length (0.5):
Has code block (-0.5):
Low reputation (0.5):
Posted by:
Amir Ben Shimol