@robcolbert By the way, Gab's Repost icon is broken in some browsers (Safari) because the alt="retweet" in the icon. Idk why, it just is. Could be an ad-blocker (uBlock Origin).
Changing it to alt="repost" will fix this issue.
Cheap fix:
document.querySelectorAll(`[alt="retweet"]`)[0].setAttribute("alt","repost");document.querySelectorAll(`[alt="retweet"]`)[0].setAttribute("alt","repost");