Skip to content

Instantly share code, notes, and snippets.

@SmugZombie
Created March 1, 2023 20:19
Show Gist options
  • Save SmugZombie/be9713323a9ab2d6252a80b1e6d87c26 to your computer and use it in GitHub Desktop.
Save SmugZombie/be9713323a9ab2d6252a80b1e6d87c26 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Expandrive Sales Killer
// @version 0.1
// @description Auto Closes the new Pop generated by Expandrive
// @author SmugZombie
// @match https://www.expandrive.com/desktop/buy/
// @icon https://www.google.com/s2/favicons?sz=64&domain=expandrive.com
// @grant none
// ==/UserScript==
(function() {
'use strict';
window.close()
// Your code here...
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment