We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 173d0a0 + de4a7db commit 66d7fedCopy full SHA for 66d7fed
src/content.entry.ts
@@ -195,6 +195,13 @@ const resultPromise = (async (): Promise<{
195
// console.log('JSON Formatter: Type "json" to inspect.')
196
}
197
198
+ // remove the pretty-print bar
199
+ for (const el of document.getElementsByClassName(
200
+ 'json-formatter-container'
201
+ )) {
202
+ el.style.display = 'none'
203
+ }
204
+
205
return {
206
formatted: true,
207
note: 'done',
0 commit comments