xiMatrix

filter net requests according to source, destination and type  https://addons.mozilla.org/firefox/addon/ximatrix/
git clone https://git.ce9e.org/xiMatrix.git

DateCommit messageAuthor
2025-10-05 08:04bump version to 0.11.1Tobias Bengfort
2025-10-05 08:04prompt for host permissions when not availableTobias Bengfort
2025-10-05 07:34cleanup: align onNavigation checksTobias Bengfort
2025-10-04 20:58bump version to 0.11.0Tobias Bengfort
2025-10-04 20:55only close popup on toplevel navigationTobias Bengfort
2025-10-04 18:23lint: use const over var in a few placesTobias Bengfort
2025-10-04 18:03display number of blocked requests in badgeTobias Bengfort
2025-10-04 20:28tweak cacheTobias Bengfort
2025-10-04 18:02cleanup: rm 0.8.0 migrationTobias Bengfort
2025-10-04 16:14rm option to disable recordingTobias Bengfort
2025-04-25 21:39bump version to 0.10.0Tobias Bengfort
2025-04-25 21:36update to manifest v3Tobias Bengfort
2025-04-25 21:36manifest: tweak iconTobias Bengfort
2024-08-23 15:38settings: validate jsonTobias Bengfort
2023-12-15 11:31add MDO link to READMETobias Bengfort
2023-12-08 20:17bump version to 0.9.0Tobias Bengfort
2023-12-08 20:03lintTobias Bengfort
2023-12-08 20:03use async/await in popupTobias Bengfort
2023-12-08 19:34cache storage accessTobias Bengfort
2023-12-08 18:01split storage into separate moduleTobias Bengfort
2023-12-07 23:39bump version to 0.8.0Tobias Bengfort
2023-12-07 23:28domain patternsTobias Bengfort
2023-12-07 23:02use async/await syntaxTobias Bengfort
2023-12-07 19:27store requests to session storageTobias Bengfort
2023-12-07 19:03fix frameAncestors is undefinedTobias Bengfort
2023-12-07 19:54lint: consistent indentationTobias Bengfort
2023-11-01 21:41update screenshotTobias Bengfort
2023-10-08 16:26bump version to 0.7.1Tobias Bengfort
2023-10-08 16:18convert shared.js to moduleTobias Bengfort
2023-10-08 16:17adapt to CSP 3Tobias Bengfort
2023-10-08 16:16lint: missing semicolonsTobias Bengfort
2023-07-06 06:49bump version to 0.7.0Tobias Bengfort
2023-07-06 06:39add dark modeTobias Bengfort
2023-05-23 21:48fixup eba7427: do not count main_frame as otherTobias Bengfort
2023-05-18 14:42bump version to 0.6.0Tobias Bengfort
2023-05-18 14:40Merge branch 'cookies'Tobias Bengfort
2023-05-18 14:37block sending cookiesTobias Bengfort
2023-05-18 14:37record cookiesTobias Bengfort
2023-05-18 14:36use onBeforeSendHeaders instead of onBeforeRequestTobias Bengfort
2023-05-18 14:34do not break early on main_frameTobias Bengfort
2023-05-18 14:30GardeningTobias Bengfort
2023-05-03 20:54bump version to 0.5.0Tobias Bengfort
2023-05-03 20:50html: add lang attributeTobias Bengfort
2023-05-03 20:50settings: add labelsTobias Bengfort
2023-05-03 20:46flow-relative CSSTobias Bengfort
2023-05-03 20:38add reset buttonTobias Bengfort
2023-02-25 07:45bump version to 0.4.0Tobias Bengfort
2023-02-25 07:28add settings titleTobias Bengfort
2023-02-25 07:25Merge branch 'saved-rules-2'Tobias Bengfort
2023-02-25 07:24allow to overwrite savedRules with an empty rulesetTobias Bengfort
2023-02-25 07:05adapt READMETobias Bengfort
2023-02-25 00:55disable commit button if nothing to commitTobias Bengfort
2023-02-25 06:46allow to commit to savedRulesTobias Bengfort
2023-02-24 17:11allow to edit savedRules in settingsTobias Bengfort
2023-02-25 00:13add savedRulesTobias Bengfort
2023-02-25 06:45refactor popup toolbar layoutTobias Bengfort
2023-02-25 06:33refactor: add getRules()Tobias Bengfort
2023-02-25 00:38rm unused parameterTobias Bengfort
2022-11-27 11:20bump version to 0.3.1Tobias Bengfort
2022-11-27 11:19fix: do not clear requests on navigation inside frameTobias Bengfort
2022-11-27 10:46bump version to 0.3.0Tobias Bengfort
2022-11-27 10:49readme: clarify that all cached requests are not countedTobias Bengfort
2022-11-27 10:34fix recording concurrency issueTobias Bengfort
2022-11-27 09:50store recording in local storageTobias Bengfort
2022-11-27 09:46refactor storage accessTobias Bengfort
2022-11-27 08:38allow to disable recordingTobias Bengfort
2022-11-27 08:37scope popup input styling to tableTobias Bengfort
2022-11-27 07:23mv edit raw rules to settings pageTobias Bengfort
2022-11-25 22:45add explicit extension IDTobias Bengfort
2022-10-15 11:46bump version to 0.2.1Tobias Bengfort
2022-10-15 11:43avoid state in background pageTobias Bengfort
2022-08-10 07:16fix: add DOCTYPE for popupTobias Bengfort
2022-08-08 19:51bump version to 0.2.0Tobias Bengfort
2022-08-08 19:51typoTobias Bengfort
2022-08-08 19:51update READMETobias Bengfort
2022-08-08 19:03fix: report inline numbers even if allowedTobias Bengfort
2022-08-07 20:43allow to edit raw rulesTobias Bengfort
2022-08-07 15:34Fixup 4361df4: rm note in help about missing inline countsTobias Bengfort
2022-08-07 09:15bump version to 0.1.0Tobias Bengfort
2022-08-07 09:06create placeholder for subframesTobias Bengfort
2022-08-07 08:49fix layout warningsTobias Bengfort
2022-08-07 08:24detect inline numbersTobias Bengfort
2022-08-07 07:46close popup on reloadTobias Bengfort
2022-08-01 20:20bump version to 0.0.1Tobias Bengfort
2022-08-01 20:17fix hostname sorting for first party subdomainsTobias Bengfort
2022-08-01 19:46fix: include subdomains in first-party ruleTobias Bengfort
2022-07-31 22:54use svg icon directlyTobias Bengfort
2022-07-30 21:51add author and url to manifestTobias Bengfort
2022-07-30 21:17mv files to srcTobias Bengfort
2022-07-30 21:15add in-app helpTobias Bengfort
2022-07-30 20:42add READMETobias Bengfort
2022-07-30 19:37ignore wildcard in first-partyTobias Bengfort
2022-07-30 19:37display context in first table cellTobias Bengfort
2022-07-30 19:32allow to load different context in popupTobias Bengfort
2022-07-30 19:32send context in setRuleTobias Bengfort
2022-07-30 18:57refactor popup.jsTobias Bengfort
2022-07-30 18:25shared namespaceTobias Bengfort
2022-07-30 18:22restrict rules that are sent to popupTobias Bengfort
2022-07-30 18:18restrict updateInherit to typeTobias Bengfort
2022-07-30 18:14split out some code to shared.jsTobias Bengfort
More commits remaining…