Fake PerformanceObserver

Unblock pages broken by dom.enable_performance_observer = false

// ==UserScript==
// @name             Fake PerformanceObserver
// @description      Unblock pages broken by dom.enable_performance_observer = false
// @author           xiaoxiaoflood
// @match            https://*.github.com/*
// @match            https://help.shopee.com.br/*
// @version          2022.03.29
// @run-at           document-start
// @namespace https://gf.qytechs.cn/users/5802
// ==/UserScript==

unsafeWindow.PerformanceObserver = exportFunction(function(){}, unsafeWindow);

QingJ © 2025

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