Skip to content

Facebook wide posts by sbebe

Details

Authorsbebe

LicenseNo License

Categorywww.facebook.com

Created

Updated

Size522 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Expand text area available to posts and stories on Facebook.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Facebook wide posts
@version      20231115.09.48
@namespace    userstyles.world/user/sbebe
@description  Expand text area available to posts and stories on Facebook.
@author       sbebe
@license      No License
==/UserStyle== */

@-moz-document regexp("https://www.facebook.com/(?!search)[^/]*/posts/.*"), regexp("https://www.facebook.com/permalink.php\\?story_fbid=.*") {
body > div > div > div:nth-child(1) > div > div > div > div > div > div > div > div > div > div {
    width: 50vw;
}
}

Reviews

No reviews yet.