The script tag for the selected file is inserted in the document.
Das Skript-Tag für die ausgewählte Datei wird in das Dokument eingefügt.
The script tag for your account can be found in your account settings.
Das Skript-Tag zu Ihrem Account finden Sie in den Einstellungen Ihres Accounts.
When you update the font in a CSS file that is linked to multiple HTML files, you are prompted to update the script tag in the related HTML files.
Wenn Sie eine Schrift in einer CSS-Datei aktualisieren, die mit mehreren HTML-Dateien verknüpft ist, werden Sie aufgefordert, das script-Tag auch in den zugehörigen HTML-Dateien zu aktualisieren.
He was able to leak Non-Script files cross-origin by including, among others, CSV files as source in the script tag, using the data as variable and function names.
Ihm gelang es, Text aus Nicht-JavaScript-Dateien Cross-Origin abfliessen zu lassen, indem er u.a. CSV-Dateien als src im script-Tag einband und die eingelesenen Daten als Variablen- oder Funktionsnamen verwendete.
The src attribute of the script tag is not domain-checked by browsers.
Das src-Attribut des Skript-Tags wird von Browsern keiner Domänenprüfung unterzogen.
The src attribute of the script tag is not domain-checked by browsers, meaning you can set the src to be a URL on another server, and effectively permit cross-domain communication.
Das src-Attribut des Skript-Tags wird von Browsern keiner Domänenprüfung unterzogen. Deshalb können Sie das src-Attribut auf eine URL auf einem anderen Server einstellen und so die domänenübergreifende Kommunikation ermöglichen.
Now you only have to add the corresponding script tag to your website.
Nun müssen Sie nur noch das entsprechende Script-Tag auf ihrer Webseite einbauen.
Add the defer attribute to your script tag.
Füge das Defer-Attribut zu deinem Script-Tag hinzu.
What about scripts included via a script tag?
Wie sieht es mit Skripts aus, die über ein Skript-Tag eingefügt werden?
Next, you'll see a script tag that you can copy onto your website.
Als nächstes sehen Sie einen Skript-Tag, den Sie auf Ihre Website kopieren können.
For this, the async parameter in the script tag is sufficient
Dafür genügt ein entsprechender async Parameter im Script-Tag
Add the following script tag to (preferably) the head section of your page.
Fügen Sie den folgenden Script-Tag (vorzugsweise) in die head Sektion Ihrer Website ein.
You can paste the line above directly after the initial script tag in the publishing code, or, to improve the load time for your player, take both script tags and move them inside the head tag in your document.
Sie können die Zeile oben direkt nach dem ersten Script-Tag im Veröffentlichungscode einfügen. Um die Ladezeit des Players zu verbessern, verschieben Sie beide Script-Tags in das head-Tag Ihres Dokuments.