MediaWiki:Common.js: Unterschied zwischen den Versionen

Aus HOSTING-STATION55 - Webhosting Wiki / FAQ
Zur Navigation springen Zur Suche springen
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende JavaScript wird für alle Benutzer geladen. */
 
/* Das folgende JavaScript wird für alle Benutzer geladen. */
 +
 +
<!-- Cookie Consent by https://www.PrivacyPolicies.com -->
 +
<script type="text/javascript" src="//www.privacypolicies.com/public/cookie-consent/3.0.0/cookie-consent.js"></script>
 +
<script type="text/javascript">
 +
document.addEventListener('DOMContentLoaded', function () {
 +
cookieconsent.run({"notice_banner_type":"headline","consent_type":"express","palette":"light","language":"de","website_name":"Wiki.station55","cookies_policy_url":"http://login.station55.de/wiki/index.php?title=HOSTING-STATION55_Wiki_/_FAQ:Datenschutz"});
 +
});
 +
</script>
 +
 +
<!-- LiveChat -->
 +
<script type="text/plain" cookie-consent="functionality" async src="//userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/bdfe5f0bc65767d4cc570fb3e8cedea4b99c6dc201f9bbf76c892af4a35bcba0.js"></script>
 +
<!-- end of LiveChat-->
 +
 +
<noscript><a href="https://www.PrivacyPolicies.com/cookie-consent/">Cookie Consent by Privacy Policies Generator</a></noscript>
 +
<!-- End Cookie Consent -->

Aktuelle Version vom 13. Mai 2020, 13:30 Uhr

/* Das folgende JavaScript wird für alle Benutzer geladen. */

<!-- Cookie Consent by https://www.PrivacyPolicies.com -->
<script type="text/javascript" src="//www.privacypolicies.com/public/cookie-consent/3.0.0/cookie-consent.js"></script>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function () {
cookieconsent.run({"notice_banner_type":"headline","consent_type":"express","palette":"light","language":"de","website_name":"Wiki.station55","cookies_policy_url":"http://login.station55.de/wiki/index.php?title=HOSTING-STATION55_Wiki_/_FAQ:Datenschutz"});
});
</script>

<!-- LiveChat -->
<script type="text/plain" cookie-consent="functionality" async src="//userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/bdfe5f0bc65767d4cc570fb3e8cedea4b99c6dc201f9bbf76c892af4a35bcba0.js"></script> 
<!-- end of LiveChat-->

<noscript><a href="https://www.PrivacyPolicies.com/cookie-consent/">Cookie Consent by Privacy Policies Generator</a></noscript>
<!-- End Cookie Consent -->