# Shut the F**k Up, Facebook! (stfufb) ## About I don't know about you, but I am *really* getting tired of all this, "Like this post if you hate [bad thing]," nonsense that's sweeping across Facebook. In response, I made this little script to remove posts that contain key phrases. While this script is set up to remove those "Like if..." posts, it can easily be adapted to remove any post containing the desired (or undesired) phrases. ## Licensing This content is released under the MIT license. Please refer to the file named COPYING for more information. ## Compatibility I've tested this code in Firefox 11. I'll soon add support for Chrome. Getting this to work in your browser...well...it'll *probably* work; YMMV. ## Installing To install the latest version of this software, [click here](https://github.com/davisr/stfufb/raw/master/stfufb.user.js). That link goes to the RAW script. ## Modifying Yes, even plebes can make this script do their bidding! If you look at `stfufb.user.js` source, take notice of the `phrase` array. Within that array contains the key phrases which are sifted from the page. Modify these phrases to your choosing to banish them from your screen. --- Copyright (c) 2012 Davis D. Remmel (http://davisremmel.com/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.