index
:
browser-extension
build-sys
jahoti
jahoti-update
koszko
master
nick
A Web Extension to facilitate replacing sites' js with user-supplied scripts
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
background
/
main.js
Age
Commit message (
Expand
)
Author
2022-01-04
fix license promise typo
Wojtek Kosior
2021-12-22
reworked build system; added missing license notices
Wojtek Kosior
2021-12-08
facilitate initialization of IndexedDB for use by Haketilo
Wojtek Kosior
2021-12-03
merge `master` (license notices) and `koszko` (v1.0 development)
Wojtek Kosior
2021-12-01
facilitate testing javascript functions
...
Wojtek Kosior
2021-11-20
replace cookies with synchronous XmlHttpRequest as policy smuggling method.
...
Wojtek Kosior
2021-10-30
Fix license notices on JS and SH files
...
jahoti
2021-09-13
rename the extension to "Haketilo"
Wojtek Kosior
2021-09-04
merge changes before version 0.1
Wojtek Kosior
2021-09-03
only apply stream filter modifications when reasonably necessary
Wojtek Kosior
2021-09-02
enable toggling of global script blocking policy\n\nThis commit also introduc...
Wojtek Kosior
2021-08-26
filter HTTP request headers to remove Hachette cookies in case they slip through
Wojtek Kosior
2021-08-26
improve signing\n\nSignature timestamp is now handled in a saner way. Sha256 ...
Wojtek Kosior
2021-08-23
use StreamFilter under Mozilla to prevent csp <meta> tags from blocking our i...
Wojtek Kosior
2021-08-06
Facilitate installation of scripts from the repository
...
Wojtek Kosior
2021-07-19
Refer to the extension consistently as "Hachette" and remove TODOS.org
...
jahoti
2021-07-06
Merge popup display
Wojtek Kosior
2021-07-06
show some settings of the current page in the popup
Wojtek Kosior
2021-07-04
Revamp default settings
...
jahoti
2021-06-30
emply an sh-based build system; make some changes to blocking
Wojtek Kosior
2021-06-25
gather all copyright info in 'copyright' file
Wojtek Kosior
2021-06-18
when possible inject CSP as http(s) header using webRequest instead of adding...
Wojtek Kosior
2021-06-14
change licenses
Wojtek Kosior
2021-05-13
only allow a single injection payload for page, rely on script bags for compl...
Wojtek Kosior
2021-05-12
rename "bundles" to "bags"
Wojtek Kosior
2021-05-12
stop using js modules
Wojtek Kosior