Hackintosh.zone Unlock Downloads

Avoid the annoyng popup that locks download buttons until you give a Like or +1 on the page.

目前為 2017-08-28 提交的版本,檢視 最新版本

// ==UserScript==
// @name        Hackintosh.zone Unlock Downloads
// @namespace   Tremal Naik
// @description Avoid the annoyng popup that locks download buttons until you give a Like or +1 on the page.
// @include     http*://www.hackintosh.zone/file/*/?do=download&confirm=1
// @version     1
// @grant       none
// ==/UserScript==
window.addEventListener('load', function() {
  var overlay=document.getElementsByClassName('onp-sl-overlap-box')[0];
  overlay.parentNode.removeChild(overlay);
}, false);

QingJ © 2025

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