mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-03 14:34:08 +02:00
22 lines
533 B
JavaScript
22 lines
533 B
JavaScript
{
|
|
/*
|
|
* Hides the action bar below each tweet.
|
|
* The action bar fully appears when the mouse is over the tweet, or at half the opacity when the tweet is liked/retweeted.
|
|
*/
|
|
hideTweetActions: true,
|
|
|
|
/*
|
|
* Moves the action bar to the right side of the tweet.
|
|
*/
|
|
moveTweetActionsToRight: true,
|
|
|
|
/*
|
|
* Reverts New Tweet font size to a smaller one.
|
|
*/
|
|
smallComposeTextSize: false,
|
|
|
|
/*
|
|
* Reverts design changes to the 'View Conversation' and 'Details' links.
|
|
*/
|
|
revertConversationLinks: true
|
|
} |