Browse Source

Merge branch 'master' of https://github.com/AmauriC/tarteaucitron.js

Amauri CHAMPEAUX 3 years ago
parent
commit
88fd72b983
1 changed files with 4 additions and 1 deletions
  1. 4 1
      tarteaucitron.services.js

+ 4 - 1
tarteaucitron.services.js

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