This commit is contained in:
Amauri CHAMPEAUX 2021-10-19 17:44:50 +02:00
commit 88fd72b983
1 changed files with 4 additions and 1 deletions

View File

@ -563,7 +563,9 @@ tarteaucitron.services.addtoanyshare = {
"cookies": [],
"js": function () {
"use strict";
tarteaucitron.fallback(['tac_addtoanyshare'], '');
tarteaucitron.fallback(['tac_addtoanyshare'], function (elem) {
elem.remove();
}, true);
tarteaucitron.addScript('//static.addtoany.com/menu/page.js');
},
"fallback": function () {
@ -1614,6 +1616,7 @@ tarteaucitron.services.adsense = {
"name": "Google Adsense",
"uri": "https://adssettings.google.com/",
"needConsent": true,
"readmoreLink": "https://policies.google.com/technologies/partner-sites",
"cookies": [],
"js": function () {
"use strict";