Skip to content

Instantly share code, notes, and snippets.

@jrw254
Created January 31, 2019 17:15
Show Gist options
  • Select an option

  • Save jrw254/5fb8f9b26cf7faa2a58fda53f74cf6de to your computer and use it in GitHub Desktop.

Select an option

Save jrw254/5fb8f9b26cf7faa2a58fda53f74cf6de to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Do Good DM Next Button
// @namespace jrw254 (sabedth)
// @version 1
// @description Alpha Version Take 1 Use at your own risk. This is an experimental script, the match may complicate other Do Good media domains, it may also get your account banned. Use at your own risk.
// @author JRW254 (sabedth)
// @match https://dm.dogood.media//*
// @grant none
// ==/UserScript==
$('input[value="Next"]').click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment