/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
/* globals browser, embedHelperLib */
if (!window.smartblockDisqusShimInitialized) { // Guard against this script running multiple times
window.smartblockDisqusShimInitialized = true;
// Get the script URL from the page. We can't hardcode it because the // subdomain is site specific. const scriptURL = getDisqusEmbedScriptURL(); if (scriptURL) {
embedHelperLib.initEmbedShim({
shimId: "DisqusEmbed",
scriptURL,
embedLogoURL: "https://smartblock.firefox.etp/disqus.svg",
embedSelector: "#disqus_thread",
isTestShim: false,
});
}
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.