""" (function() { ~~~ 省略 ~~~ const observer = new IntersectionObserver((entries) => { ~~~ 表示中のセクションを監視し、postMessageで送信 ~~~ }, { threshold: [0.3, 0.5] }); ~~~ 省略 ~~~ })(); """ return [WKUserScript(source: js, injectionTime: .atDocumentEnd, forMainFrameOnly: true)] } userScripts