aboutsummaryrefslogtreecommitdiff
path: root/content/activity_info_server.js
AgeCommit message (Collapse)Author
2021-09-08Fix sanitizing of non-HTML XMLDocument'sWojtek Kosior
2021-09-03disable payload injection on non-html pagesWojtek Kosior
2021-08-06Facilitate installation of scripts from the repositoryWojtek Kosior
This commit includes: * removal of page_info_server * running of storage client in popup context * extraction of some common CSS to a separate file * extraction of scripts import view to a separate file * addition of a facility to conveniently clone complex structures from DOM (in DOM_helpers.js) * addition of hydrilla repo url to default settings * other minor changes and of course changes related to the actual installation of scripts from the repo
2021-07-21add ability to query page content from repo and display it in the popupWojtek Kosior
2021-07-06show some settings of the current page in the popupWojtek Kosior