-
SK stopped working on a couple of my dev sites. I don't really see the connection - one site is unsecure http, another is a self-signed https, in both none of the mapped keys do anything. alt+s also doesn't do anything. I thought it was due to some error in my settings file, but if I put a console.log in the last line, it prints, if I comment out the entire contents of the file, it still doesn't work. How can I debug this? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Madd0g
Apr 5, 2022
Replies: 1 comment
-
whoops, I realized what's happening, the sites are using: document.open();
document.write(someHtml);
document.close(); I guess it ruins everything for everyone 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Madd0g
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
whoops, I realized what's happening, the sites are using:
I guess it ruins everything for everyone 😅