btaub / Facebook-Lurker-chrome-extension

A Chrome extension to remove the Make Post box at the top of Facebook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook-Lurker-chrome-extension

A Chrome extension to remove the Make Post box at the top of Facebook.

This extension does one thing, and one thing only...it removes the Make Post option across facebook.com. Here's what happens under the hood:

document.getElementById("pagelet_composer").remove();

That's it.

Example with extension enabled:

Example without extension enabled:

About

A Chrome extension to remove the Make Post box at the top of Facebook.


Languages

Language:JavaScript 62.8%Language:HTML 37.2%