Skip to content

Instantly share code, notes, and snippets.

@TobiX
Last active August 29, 2015 14:05
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 TobiX/289db6350f1c60edd460 to your computer and use it in GitHub Desktop.
Save TobiX/289db6350f1c60edd460 to your computer and use it in GitHub Desktop.
Convince Flash Player download page that McAfee is already installed (only works in Firefox)
// ==UserScript==
// @name Disable Flash McAfee Offer
// @icon https://get3.adobe.com/favicon.ico
// @namespace http://flash.mustdie.de/
// @include http*://get*.adobe.com/*flashplayer*
// @downloadURL https://gist.githubusercontent.com/TobiX/289db6350f1c60edd460/raw/kill-mcafee.user.js
// @version 5
// @grant none
// ==/UserScript==
if (!frameElement) {
var div = document.createElement('div');
div.id = 'MSS_Install_Check';
document.body.appendChild(div);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment