summaryrefslogtreecommitdiff
path: root/src/content
Commit message (Collapse)AuthorAgeFilesLines
...
* Prevent multiple canScript content messages during the same page load.hackademix2018-07-201-1/+9
|
* Replaced unicode glyphs missing on some platforms and in the Tor Browser.hackademix2018-07-202-2/+3
|
* Fixed regression breaking meta refreshes with relative URLs.hackademix2018-07-161-1/+1
|
* Completed fix for quoted URLs confusing meta refresh emulation.hackademix2018-07-161-2/+4
|
* Fixed meta-refresh emulation getting confused by quoted URLs.hackademix2018-07-121-1/+1
|
* Reverted <noscript> replacement to <span> over fingerprinting concerns.hackademix2018-07-091-1/+1
|
* Content-side DOM insertions made compatible with XML document.hackademix2018-07-093-5/+9
|
* Removed console.log() patching test code accidentally committed in media.js.hackademix2018-07-081-3/+0
|
* Use a custom <no-script> element as <NOSCRIPT> replacement.hackademix2018-07-081-1/+1
|
* Fixed <NOSCRIPT> replacements to be inline elements.hackademix2018-07-081-1/+1
|
* Fixed regression: dynamic script injection breaking images loaded as frame ↵hackademix2018-07-031-1/+1
| | | | content.
* Simplified and apparently more reliable+flexible+efficient dynamic script ↵hackademix2018-07-022-12/+17
| | | | injection method.
* Initial commit starting at version 10.1.8.3rc4.hackademix2018-07-016-0/+492