Link to article: The Psipage.
/* Only show the A/B test subject when the A/B test is active */
.ab-test--active + .ab-test-subject { display: flex; }
.ego-bar { display: none; flex-direction: column; justify-content: space-evenly; flex-wrap: wrap; align-items: center; margin-block: 1rem; }
.ego-bar__link { font-size: smaller; margin-inline: 2rem; }
.ego-bar .page-rate-widget-box { margin: 0; }
ab-test-subject
ego-bar