Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Export data as .json#27

Open
wesinator wants to merge 2 commits into
hackademix:mainhackademix/noscript:mainfrom
wesinator:patch-1wesinator/noscript:patch-1Copy head branch name to clipboard
Open

Export data as .json#27
wesinator wants to merge 2 commits into
hackademix:mainhackademix/noscript:mainfrom
wesinator:patch-1wesinator/noscript:patch-1Copy head branch name to clipboard

Conversation

@wesinator
Copy link
Copy Markdown

Use .json extension on export

Comment thread src/ui/options.js
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>`;
Copy link
Copy Markdown

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
@ifrh
Copy link
Copy Markdown

ifrh commented May 30, 2026

see also #512

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.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.