Replies: 1 comment
-
Your issue might be related to the presence of the CSP in the HTML via the <meta http-equiv="content-security-policy" content="default-src 'none'; font-src 'self' data:; img-src 'self' data:; style-src 'unsafe-inline'; media-src 'self' data:; script-src 'unsafe-inline' data:; object-src 'self' data:; frame-src 'self' data:;"> Maybe the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using SingleFile and I've been using Zaraz, I would save an html using SingleFile and then write some js code in Zaraz to control the html, like adding buttons to all html. But I realized that the buttons are not displayed in the current SingleFile saved page, while I visit the SingleFile saved page from a year ago and it will be there. I'm wondering if there is some setting in the condition that is causing this? The external js can't control to the content in the html?
Beta Was this translation helpful? Give feedback.
All reactions