zapIframesProp

zap all iframes Properties

// ==UserScript==
// @name          zapIframesProp
// @description   zap all iframes Properties
// @include *
// @include https://*
// @include http://*
// @namespace     https://gf.qytechs.cn/en/users/3561-lucianolll
// @namespace     https://openuserjs.org/users/lucianolll
// @namespace     http://userscripts-mirror.org/users/46776
// @version    8
// @grant     none
// @author lucianolll
// ==/UserScript==
var zapifrprp=function(){
	var doc=document,ifra=doc.getElementsByTagName('iframe'),ln=ifra.length;
  if(ln!==0){
  var frm=function(f){var m,mds=function(d){m=f[d];return [m,m.parentNode];};return function(d){return mds(d);};}(ifra);
    for(var i=ln,j=0,tm=[];i--;j++){tm[j]=frm(i);}
	tm.forEach(function(v){v[1].removeChild(v[0]);});
  }
};
    addEventListener('load',zapifrprp,false);

QingJ © 2025

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