Browse Source

Adapt: [Extension] for Firefox

20230320
MengYX 4 years ago
parent
commit
549983a928
No known key found for this signature in database GPG Key ID: E63F9C7303E8F604
  1. 3
      src/extension/popup.js

3
src/extension/popup.js

@ -1 +1,2 @@
window.open(chrome.runtime.getURL('./index.html')); const bs = chrome || browser
window.open(bs.runtime.getURL('./index.html'))

Loading…
Cancel
Save