File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed
utils/browser-extensions/cors Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 99 cors extension
1010 </ title >
1111
12- < script src ='https://libs.ext-code.com/js/dom/component/component.js '> </ script >
13- < script src ='https://libs.ext-code.com/js/dom/init-hdr/init-hdr.js '> </ script >
12+ < script src ='https://libs.ext-code.com/js/dom/component/v2.0/component.js?init '> </ script >
1413
1514 < style >
1615
6564 </ div >
6665
6766
67+ < div >
68+ < div >
69+ chrome
70+ </ div >
71+ <!--
72+ <snippet-editor id=chrome-manifest component v2.0 src='github:javascript-2020:browser-extensions:main:/cors/chrome/manifest.json'></snippet-html>
73+ <snippet-editor id=chrome-extension component v2.0 src='github:javascript-2020:browser-extensions:main:/cors/chrome/extension.js'></snippet-html>
74+ -->
75+ </ div >
76+
77+
78+ < log-mod component > </ log-mod >
6879
6980 </ body >
7081
7182
7283 < script >
7384
74- var df = true
75- ;
85+ var version = 'v1.0' ;
86+ var df = true , did = 'html' ;
7687
7788 var $ = ( root , css ) => ( ! css && ( css = root , root = document ) , root . querySelector ( css ) ) ;
7889
90+ var log ;
7991
8092
8193 async function init ( ) {
8294 debug ( 'init' ) ;
8395 await libs ( ) ;
96+
97+ await mod . auto ( ) ;
98+
8499 initdom ( ) ;
85100
86101 } //onload
You can’t perform that action at this time.
0 commit comments