Skip to content

Instantly share code, notes, and snippets.

@rakisaionji
Created May 10, 2023 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rakisaionji/0f9779adc88222486d513ba77e68ad74 to your computer and use it in GitHub Desktop.
Save rakisaionji/0f9779adc88222486d513ba77e68ad74 to your computer and use it in GitHub Desktop.
sows save the world bypass
// ==UserScript==
// @name sows save the world
// @namespace http://bemaniso.ws/
// @version 1.0
// @description try to take over the world!
// @author sherl0k
// @match https://bemaniso.ws/savetheworld.php
// @grant none
// ==/UserScript==
(function() {
'use strict';
document.savetheworld.elements[6].removeAttribute("disabled");
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment