Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The script is executed as plain javascript. That means that a <script> tag is not necessary anymore.

  2. To ensure backwards compatibility, all existing scripts had have been wrapped like this: document.write(`[old script]`).

  3. The script is now injected at the bottom of the pages <head> section instead of the start of the pages <body> section.

  4. The script is now loaded with the async property.

  5. There is a new extra-style field available in the admin panel, that can be used to include custom css.

...