So, in the previous version of this, not everything worked on Firefox. After a good amount of tinkering, this seems to work (tested on Firefox for Android).
<style>body > div.container > main > div > div.col.w-40.left > div.general-about > div.details > p.online { visibility: hidden; }body > div.container > main > div > div.col.w-40.left > div.general-about > div.details > p.online { content: url("https://raw.githubusercontent.com/zsoltsandor/misc/main/onlinenow.gif"); animation-name: none; visibility: visible; height: 20px; width: 80px; }
body > div.container > main > div > div.col.w-40.left > div.contact > div.inner > div > div > a { visibility: hidden; }
body > div.container > main > div > div.col.w-40.left > div.contact > div.inner { margin: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
body > div.container > main > div > div.col.w-40.left > div.contact > div.inner > div:nth-child(1) > div:nth-child(1) > a { content:url("https://raw.githubusercontent.com/zsoltsandor/misc/main/friend_1.gif"); visibility: visible; height: 20px; width: 132px; }
body > div.container > main > div > div.col.w-40.left > div.contact > div.inner > div:nth-child(1) > div:nth-child(2) > a { content: url("https://raw.githubusercontent.com/zsoltsandor/misc/main/favorite_1.gif"); visibility: visible; height: 20px; width: 132px; }
body > div.container > main > div > div.col.w-40.left > div.contact > div.inner > div:nth-child(2) > div:nth-child(1) > a { content: url("https://raw.githubusercontent.com/zsoltsandor/misc/main/mail_1.gif"); visibility: visible; height: 20px; width: 132px; }
body > div.container > main > div > div.col.w-40.left > div.contact > div.inner > div:nth-child(2) > div:nth-child(2) > a { content: url("https://raw.githubusercontent.com/zsoltsandor/misc/main/forward_1.gif"); visibility: visible; height: 20px; width: 132px; }
body > div.container > main > div > div.col.w-40.left > div.contact > div.inner > div:nth-child(3) > div:nth-child(1) > a { content: url("https://raw.githubusercontent.com/zsoltsandor/misc/main/im_1.gif"); visibility: visible; height: 20px; width: 132px; }
body > div.container > main > div > div.col.w-40.left > div.contact > div.inner > div:nth-child(3) > div:nth-child(2) > a { content: url("https://raw.githubusercontent.com/zsoltsandor/misc/main/block_1.gif"); visibility: visible; height: 20px; width: 132px; }
body > div.container > main > div > div.col.w-40.left > div.contact > div.inner > div:nth-child(4) > div:nth-child(1) > a { content: url("https://raw.githubusercontent.com/zsoltsandor/misc/main/group_1.gif"); visibility: visible; height: 20px; width: 132px; }
body > div.container > main > div > div.col.w-40.left > div.contact > div.inner > div:nth-child(4) > div:nth-child(2) > a { content: url("https://raw.githubusercontent.com/zsoltsandor/misc/main/report_1.gif"); visibility: visible; height: 20px; width: 132px; }
#comments > div.inner > table > tbody > tr > td > p.report > a { visibility: hidden; }#comments > div.inner > table > tbody > tr > td > p.report > a { content: url("https://raw.githubusercontent.com/zsoltsandor/spacehey-hacks/main/report_comment_1.gif"); visibility: visible; height: 20px; width: 132px; float: right; }</style>
Comments
Displaying 6 of 6 comments ( View all | Add Comment )
Knotherface
Thank you for this!
uno online
Report Comment
eurofox
Wish it worked on apple
Report Comment
Just Another Geriatric Millennial Elder Emo
I tweaked the buttons a bit, graphical objects aligned, and texts aligned too. While it's a bit of a departure from the original, it doesn't pull OCD triggers, lol.
Report Comment
Just Another Geriatric Millennial Elder Emo
I mixed up two labels, now they are fixed.
Report Comment
corentin
Yaay it's working now! Thanks for the updated version! \o/
Report Comment
Just Another Geriatric Millennial Elder Emo
This shall work as long as the base HTML remains the same.
Report Comment