Skip to content

Instantly share code, notes, and snippets.

View nirgeier's full-sized avatar

Nir Geier nirgeier

View GitHub Profile
@nirgeier
nirgeier / gitTips.sh
Last active February 11, 2016 10:20
Daily git tips Collection
#
# This file will contain the collection of git tips whic are posted here:
# https://www.facebook.com/groups/git.dvcs/
#
# -----------------------------------------
# 42
#
# Here we wil use the git log command to display all the local commits on any
# branch which has not pushed yet to the server
@nirgeier
nirgeier / Delete all facebook members (all the one visible on a given page)
Last active January 3, 2025 13:27
Delete all facebook group members on a given page. Usage: Copy this script, open developers console (F12) in chrome (win) and paste this script. The script will delete all the members that you can see in the given page. Once the script is done you should see a blank members page,
/**
* This script will delete all group members which are displayed in a given page.
*
* @author: Nir Geier
*
* Usage:
* Load as many users as you need, then open console and paste this script in teh console.
* Once the script finished executing you will be see blank members page, reload the next
* page and start the process again.
*