This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Facebook Group Scraper | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author James Jeffery <[email protected]> | |
// @match https://www.facebook.com/search/str/*/keywords_groups | |
// @grant GM_setClipboard | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name FBUnseen | |
// @description blocks seen and typing indicator on facebook! | |
// @author Filip | |
// @match https://www.facebook.com/* | |
// @match https://www.messenger.com/* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; |