It would be nice if you could dismiss the "MC-Market is now BuiltByBit." Announcement.
DominicTheD3v Systems Manager | $5/Install Supreme Feedback score 0 Posts 41 Reactions 4 Resources 4 Jan 18, 2023 #1 It would be nice if you could dismiss the "MC-Market is now BuiltByBit." Announcement. Type Suggestion Upvote 3 Downvote
Carlos [ Insert money here ] Supreme Feedback score 1 Posts 186 Reactions 17 Resources 0 Jan 18, 2023 #2 Agree
DominicTheD3v Systems Manager | $5/Install Supreme Feedback score 0 Posts 41 Reactions 4 Resources 4 Jan 18, 2023 #3 I mean you could do this in a tamper monkey script: JavaScript: Array.from(document.getElementsByClassName("p-topbar")).forEach(function(element){element.remove()}) But like no one is going to do that.
I mean you could do this in a tamper monkey script: JavaScript: Array.from(document.getElementsByClassName("p-topbar")).forEach(function(element){element.remove()}) But like no one is going to do that.