summaryrefslogtreecommitdiff
path: root/src/content/content.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo causing accidental permissions/status mismatches being checked ↵hackademix2018-08-231-1/+1
| | | | only while pages are still loading (thanks skriptimaahinen).
* More coherent wrapper around the webex messaging API.hackademix2018-08-221-12/+3
|
* Fixed possible surprises in background script message handling.hackademix2018-08-211-3/+3
|
* Removed all references to RequestUtil.js and dependancies.hackademix2018-08-181-10/+17
|
* Hack: use top.name to store per-tab content-side configuration (e.g. ↵hackademix2018-08-171-1/+41
| | | | unrestricted tab status).
* Policy serialization using the contentScripts API.hackademix2018-08-161-2/+28
|
* Improved support for debugging code removal in releases.hackademix2018-08-011-1/+1
|
* Fixed updating NoScript reloads tabs with revoked temporary permissions.hackademix2018-08-011-2/+6
|
* Fixed browser action icon not being updated on BF cache navigation.hackademix2018-07-281-4/+10
|
* Fixed regression in NOSCRIPT elements emulation.hackademix2018-07-281-8/+7
|
* Fixed some video streams not playing anymore.hackademix2018-07-281-1/+1
|
* Fixed window.stop() called in empty suframes.hackademix2018-07-281-1/+1
|
* Disable scripting in HTML-embedding objects where webglHook cannot run, if ↵hackademix2018-07-261-2/+2
| | | | webgl not allowed.
* Fixed infinite reload loops on scripting permissions mismatches.hackademix2018-07-251-6/+12
|
* Work-around for serviceWorker loads bypassing webRequest.hackademix2018-07-241-14/+38
|
* More reliable handling of edge startup cases.hackademix2018-07-221-6/+23
|
* Fixed dynamic script injection failing sometimes with "No matching message ↵hackademix2018-07-221-2/+7
| | | | handler" error.
* Prevent multiple canScript content messages during the same page load.hackademix2018-07-201-1/+9
|
* Content-side DOM insertions made compatible with XML document.hackademix2018-07-091-0/+4
|
* Initial commit starting at version 10.1.8.3rc4.hackademix2018-07-011-0/+107