Naver AutoSourcing Disabler

Naver AutoSourcing Disabler disable AutoSourcing in Blog, etc.

// ==UserScript==
// @name Naver AutoSourcing Disabler
// @namespace https://gf.qytechs.cn/users/3115-sait2000
// @author Sait2000
// @description Naver AutoSourcing Disabler disable AutoSourcing in Blog, etc.
// @version 0.1
// @include http*://*naver.com/*
// ==/UserScript==
 
if(typeof AutoSourcing !== 'undefined') {
  AutoSourcing.getParentElement = function() {};
  AutoSourcing.getRange = AutoSourcing.cloneRange = function() {return {};};
  AutoSourcing.getId = function() {return -1;};
}

QingJ © 2025

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