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.
1 parent 761aab8 commit ca81e25Copy full SHA for ca81e25
_docs/31_integrations/00_create-plugin.md
@@ -87,10 +87,9 @@ The following HTML should be added to the `<body>` of the page:
87
<!-- prettier-ignore -->
88
```html
89
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
90
-<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
91
````
92
93
-If that is not possible, add only the `<script>`-tag in the `<head>` of the page and ignore the `<noscript>` part.
+If that is not possible, add the `<script>`-tag in the `<head>`.
94
95
#### Events script
96
0 commit comments