No Ad-Blocker Messages

Gets rid of the message that pops up when you attempt to download a file from mediafire and you have a sort of adblock enabled.

  1. // ==UserScript==
  2. // @name No Ad-Blocker Messages
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0
  5. // @description Gets rid of the message that pops up when you attempt to download a file from mediafire and you have a sort of adblock enabled.
  6. // @author xElite_V
  7. // @match https://www.mediafire.com/file/*
  8. // @match www.mediafire.com/file/*
  9. // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
  10. // @grant GM_addStyle
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. document.getElementById("abnotify").remove();
  16. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址