Refined Twitter Lite comes with a set of features that can be enabled or disabled using the global RefinedTwitterLite.setFeatures
function from the browser dev tools' console.
RefinedTwitterLite.setFeatures({
hideAvatars: true,
singleColumn: false,
});
default: true
Hides the sidebar for every page that has a timeline.
revealHiddenContentOnVKey
default: true
When pressing the v
key reveals the content that has been hidden by the following features:
- hideAvatars
- hideReplyCount
- hideRetweetCount
- hideLikeCount
- hideHandlesAndUserNames
default: false
Removes the likes count from every tweet.
default: false
Removes the retweets count from every tweet.
default: false
Removes the replies count from every tweet.
default: false
Hides the users avatars (profile pictures).
default: false
Blurs out user names and handles (e.g. @twitter).
default: false
Hides user names and handles (e.g. @twitter).
default: true
Enforces "Latest Tweets" in the home timeline. Tweets will be displayed in chronological order.
default: false
Brings back the old twitter.com fonts stack.
default: true
Hides some spam like "Who to Follow" from timelines.
default: 0
Starts a count down and when reaches 0 sends the tweet that you just composed. It allows to abort tweets. Set this value to a number of choice, greater than 0
to activate this feature. When this feature is active a long press on the tweet button will send the tweet immediately.
default: false
Hide recommendations in the /explore page.
default: false
When set to a range of times in the form hh:mm
, disables the notifications and DMs badges.
RefinedTwitterLite.setFeatures({
dnd: ["21:00", "9:30"], // dnd from 21:00 to 9:30 in the morning.
});
default: true
Adds a search button to your likes page. It'll use TweetDeck's search column, therefore in order for this to work you need to add the Likes column to your TweetDeck columns.
default: true
Tries to hide ads.
default: true
When the tweet includes an image without a description it asks you if you want to go back and add one. Please consider adding a description to an image to help visually impaired people understand the context of the tweet.
default: true
When hovering images shows its alt text.