Merge branch 'master' of https://github.com/AmauriC/tarteaucitron.js
This commit is contained in:
commit
88fd72b983
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue