deploy: 9abfee98e0cf6c0e2255503a15b1a4c1b6774c91

This commit is contained in:
SukkaBot
2022-12-08 16:15:37 +00:00
parent 722e4af028
commit 2e4123dcdc
9 changed files with 217 additions and 8 deletions

View File

@@ -0,0 +1,18 @@
(function () {
'use strict';
const noopfn = function () {
};
window.addthis = {
addEventListener: noopfn,
button: noopfn,
counter: noopfn,
init: noopfn,
layers: noopfn,
ready: noopfn,
sharecounters: {
getShareCounts: noopfn
},
toolbox: noopfn,
update: noopfn
};
})();