mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-01 11:31:54 +08:00
Add more to sukka_enhance_adblock.sgmodule
This commit is contained in:
15
Assets/www-google-analytics-com_cx_api.js
Normal file
15
Assets/www-google-analytics-com_cx_api.js
Normal file
@@ -0,0 +1,15 @@
|
||||
(function () {
|
||||
'use strict';
|
||||
const noopfn = function () {
|
||||
};
|
||||
window.cxApi = {
|
||||
chooseVariation: function () {
|
||||
return 0;
|
||||
},
|
||||
getChosenVariation: noopfn,
|
||||
setAllowHash: noopfn,
|
||||
setChosenVariation: noopfn,
|
||||
setCookiePath: noopfn,
|
||||
setDomainName: noopfn
|
||||
};
|
||||
})();
|
||||
Reference in New Issue
Block a user