yomichan/ext/fg/js
ispedals 651231fbc1 Use iFrame srcdoc attribute to set the content of the popup
Previously the contentdocument of the iFrame was opened and
document.write() was being used set the contents of the popup.
In Gecko, content scripts do not have the same security context
as of the embedded page, so the call to document.open() results in
a SecurityError.
2016-06-19 12:54:30 -04:00
..
api.js Cleanup 2016-05-29 13:26:09 -07:00
client.js Cache audio samples 2016-06-14 20:44:38 -07:00
frame.js Use let instead of const in for loops. 2016-06-14 20:44:38 -07:00
popup.js Use iFrame srcdoc attribute to set the content of the popup 2016-06-19 12:54:30 -04:00
range.js Improved text scanning 2016-06-14 20:44:38 -07:00