Skip to content

Instantly share code, notes, and snippets.

@JarrettR
Created September 18, 2018 16:27
Show Gist options
  • Save JarrettR/b7d19024a47019119fc9fa33400db8bb to your computer and use it in GitHub Desktop.
Save JarrettR/b7d19024a47019119fc9fa33400db8bb to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Partsio
// @namespace This service is pretty great though, convince your boss to buy you a subscription
// @version 0.1
// @description Remove trial modal dialog
// @author Jarrett
// @match http*://parts.io/*
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==
$('.trial-modal-background').remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment