yakisova41 / xToTwitter

Get our Twitter back from Elon.
31 stars 3 forks source link

[Bug]: Tweet Button #5

Closed clsource closed 1 year ago

clsource commented 1 year ago

Browser

Firefox

Version

1.6.0

Release Type

Userscript

Userscript manager

Tampermonkey

What is the problem?

The Tweet button is now Post.

This code could fix it 👍

Array.from(unsafeWindow.document.getElementsByTagName('span')).forEach(el => {
    if (el.firstChild && el.firstChild.data == "Post") {
        el.innerHTML = "Tweet";
    }
});
yakisova41 commented 1 year ago

v1.8.0, which adds the ability to change from post to tweet, is now available on greasyfork.