db-gn 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bookmarklet.js +1 -1
- package/index.html +1 -1
- package/index.svg +0 -1
- package/package.json +1 -1
package/bookmarklet.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
javascript:(
|
|
1
|
+
javascript:(()=>{document.body.innerHTML='<iframe src="https://cdn.jsdelivr.net/npm/db-gn@latest/index.svg" style="width:100%;height:100%;border:0"></iframe>'})()
|
package/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<button onclick="
|
|
1
|
+
<button onclick="(()=>{document.body.innerHTML='<iframe src="https://cdn.jsdelivr.net/npm/db-gn@latest/index.svg" style="width:100%;height:100%;border:0"></iframe>'})()">Click twice</button>
|
package/index.svg
CHANGED