NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name G2A Auto Disable shield
// @namespace https://dominicpace.me/
// @version 0.1
// @description Auto disables shield. Tbh its pretty stupid but it works
// @author vopi181
// @grant none
// @include www.g2a.com*
// @include *.g2a.com*
// @homepage https://github.com/vopi181/userscripts
// @updateURL https://github.com/vopi181/userscripts/blob/master/scripts/g2a.com/g2a-auto-disable-shield.user.js
// @downloadURL https://github.com/vopi181/userscripts/blob/master/scripts/g2a.com/g2a-auto-disable-shield.user.js
// ==/UserScript==
(function() {
'use strict';
disableEscrow();
})();