Do not send email to approver by default and click the approve button
// ==UserScript==
// @name Meetup
// @version 0.3
// @description Do not send email to approver by default and click the approve button
// @author Jose Espinosa
// @match *://www.meetup.com/*/approve/*
// @grant none
// @namespace http://tampermonkey.net/
// ==/UserScript==
'use strict';
document.querySelector("#ccOrg").click();
document.querySelector(".primary").click();