Netflix God Mode

Adapted from a bookmarklet by Renan Cakirerk (bit2pixel.com)

// ==UserScript==
// @name            Netflix God Mode
// @description     Adapted from a bookmarklet by Renan Cakirerk (bit2pixel.com)
// @include         http://www.netflix.com/*
// @version         0.1
// @grant           none
// @namespace https://gf.qytechs.cn/users/4337
// ==/UserScript==


(function() {
          _.map(_.toArray(document.getElementsByClassName('slider')),
          function(e) {
            e.parentNode.replaceChild(e.firstChild, e)          });
            _.map(_.union(
            _.toArray(document.getElementsByClassName('sliderButton')),
            _.toArray(document.getElementsByClassName('evidence')),
            _.toArray(document.getElementsByClassName('sharing-prompt')),
            _.toArray(document.getElementsByClassName('boxShotDivider'))),
          function(e) {
              e.parentNode.removeChild(e)          });
})();

QingJ © 2025

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