Threads: outline post containers
Developer aid: draws a dashed border around every post container on the page.
Code to copy
/* Developer aid: outline each pressable post container */
[data-pressable-container] {
outline: 1px dashed rgba(255, 90, 90, 0.6) !important;
outline-offset: -1px !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.