Skip to content

Conversation

wesinator
Copy link

Use .json extension on export

@@ -76,7 +76,7 @@
if (f) f.remove();
f = document.createElement("iframe");
f.id = id;
f.srcdoc = `<a download="noscript_data.txt" target="_blank">NoScript Export</a>`;
f.srcdoc = `<a download="noscript_data.json" target="_blank">NoScript Export</a>`;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, I completely dislike when DOM nodes are created with the ways like innerHTML using hardcoded HTML. IMHO they should always be created using DOM API.

Base automatically changed from master to main February 16, 2021 23:10
@hackademix hackademix force-pushed the main branch 2 times, most recently from a578ed7 to c7bf7f0 Compare November 14, 2022 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants