Update CDN & Download & Reject & Global Hosts

This commit is contained in:
SukkaW
2023-12-05 14:05:59 +08:00
parent 7e13ae7a24
commit c85722c848
31 changed files with 122 additions and 108 deletions

View File

@@ -0,0 +1,19 @@
(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
};
}());