Skip to content

Instantly share code, notes, and snippets.

@JamesTheHacker
JamesTheHacker / script.js
Created May 8, 2018 09:53
Facebook Group Scraper with Tampermonkey and JavaScript
// ==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==
@cymruu
cymruu / fbUnseen.js
Created June 3, 2019 11:23
MyTramperMonkeyExtenstions
// ==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';