feat: 增强 Plus Checkout 内容脚本,支持多次注入同一页面的功能测试
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// content/plus-checkout.js — ChatGPT Plus checkout helper.
|
||||
|
||||
(function attachPlusCheckoutContentScript() {
|
||||
console.log('[MultiPage:plus-checkout] Content script loaded on', location.href);
|
||||
window.__MULTIPAGE_PLUS_CHECKOUT_READY__ = true;
|
||||
|
||||
@@ -1121,3 +1122,4 @@ function inspectPlusCheckoutState() {
|
||||
},
|
||||
};
|
||||
}
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user