mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Dev: README
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<script>
|
||||
(function () {
|
||||
var src = '../dist/eruda.js';
|
||||
if (!/eruda=true/.test(window.location) && localStorage.getItem('keep-eruda') != 'true') return;
|
||||
if (!/eruda=true/.test(window.location) && localStorage.getItem('active-eruda') != 'true') return;
|
||||
document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>');
|
||||
})();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user