-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TrustedHTML script, extension UI changes & improvements in File Syste…
…m API - The console script now works also on pages with TrustedHTML (every usage of innerHTML has been removed) - The console script now supports using the File System API - When using the File System API, the already-cached files will be written to the disk and, if possible, the next files. This is done to avoid a SecurityException that might be triggered if a source is created without user action - When choosing a folder using the File System API, the script will automatically create the new file and write the cached chunks to the file system - Now, only one file at a time will be created on the user's drive. This should help fixing some bugs (even if probably it wasn't related, but better safe than sorry). If more than one file needs to be created, they'll be created later - Before creating the file on the system, the title must be marked as final. This helps ensuring the file has a readable name there - It's now possible to disable the download of the content when the video ends, or the automatic closure of the stream while using the File System API - The content title is now shown also in the extension UI - Bumped version to 1.1.0
- Loading branch information
1 parent
bfa0ec1
commit 3806e64
Showing
8 changed files
with
249 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.