Skip to content

Commit

Permalink
Update wwads.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tvvocold authored Mar 28, 2021
1 parent e390cd3 commit b4375f4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion wwads.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//万维广告 js
// 万维广告 js

(function(){
var _sr = document.createElement('script');
Expand All @@ -22,3 +22,16 @@ _sr.src = 'https://wwads.cn/code/install';
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();


//foxpush

var _foxpush = _foxpush || [];
_foxpush.push(['_setDomain', 'zhaodaoai']);
(function(){
var foxscript = document.createElement('script');
foxscript.src = '//cdn.foxpush.net/sdk/foxpush_SDK_min.js';
foxscript.type = 'text/javascript';
foxscript.async = 'true';
var fox_s = document.getElementsByTagName('script')[0];
fox_s.parentNode.insertBefore(foxscript, fox_s);})();

0 comments on commit b4375f4

Please sign in to comment.