1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-18 11:13:28 +12:00
Commit graph

39 commits

Author SHA1 Message Date
Raymond Hill 9b292304d3
Bring uMatrix up to date
Notably:
- Import logger improvements from uBO
- Import CNAME uncloaking from uBO
- Import more improvements from uBO
- Make use of modern JS features

This should un-stall further development of uMatrix.
2019-12-20 12:24:18 -05:00
Ryan Hendrickson 4d7109bf99 Cleaning (#1007)
* remove unused field distinctRequestCount

* remove mostly unused RequestStats

* write to pageStore.pageUrl, not pageStore.normalURL

* remove unused cookie code

* remove unused field off
2018-12-31 14:24:15 -05:00
Raymond Hill 9a6b1c2c9c address remaining quirks (see https://github.com/uBlockOrigin/uMatrix-issues/issues/62#issuecomment-428594617) 2018-10-16 10:58:04 -03:00
Raymond Hill 3f8794dd89
Code review for 18490b9bf8
- Use a time offset to ensure value fit in a int32
- Also, fix potential false positives re. blocked image placeholders
2018-07-06 10:39:38 -04:00
Raymond Hill 18490b9bf8
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/28 2018-07-05 14:38:05 -04:00
Raymond Hill 46669115dc
code review: various fixes
- Ensure REFERER spoofing is always reported in logger
- Fixed possible exception thrown when asynchronously reporting cookies
2018-06-17 08:22:47 -04:00
Raymond Hill 98e012599c
code review: attempt to lookup actual tab id of behind-the-scene requests 2018-04-13 16:32:48 -04:00
Raymond Hill 06436c61fc
code review: typos 2018-04-13 11:19:36 -04:00
Raymond Hill 9fd6bdfddd
avoid over-reporting of cookies
Limit each distinct cookie to be reported at most
once a second. Sometimes a cookie's value can
be changed many times a second and it's not useful
to report every single instance of these
changes -- this just pollute both the badge
counter and the logger output.
2018-03-26 16:19:36 -04:00
Raymond Hill ebfe08e0a2
fix #938 2018-02-01 08:25:23 -05:00
Raymond Hill deeb211c5d
add ability to block web workers on a per-site basis 2017-12-31 18:18:10 -05:00
Raymond Hill 19c32608f3
add visual cue to hint at relevance of per-scope switches 2017-12-21 08:30:05 -05:00
gorhill 73c8da05b7
Fix #335
Additionally, performance improvements:
- Reduce overhead of collapsing elements
  (see https://github.com/gorhill/uBlock/issues/2839)
- Cache decomposition of source hostname when matrix-filtering

Also, various code review.
2017-12-08 07:54:49 -05:00
gorhill 9e2dd8108c
code review: further simplifying; jshint-ing 2017-12-03 14:56:08 -05:00
gorhill ebac131247
code review: simplify code for counting distinct URLs 2017-12-03 11:40:27 -05:00
gorhill 27dea59284 fix #759 2017-04-27 08:10:54 -04:00
gorhill d7b6be4567 logger: filter entries by tab 2015-05-15 23:05:37 -04:00
gorhill 05d8c51580 this fixes #205 2015-05-14 21:04:49 -04:00
gorhill f3c5815848 interim version number for dev build 2015-05-13 14:53:29 -04:00
gorhill aea695bf8b code review 2015-05-13 14:32:16 -04:00
gorhill 6bc728f8b8 refactoring of inline script blocking + improving AMO validation 2015-05-09 19:18:16 -04:00
gorhill af57d6d9e7 one pulling if needed is better than always pushing to many + polishing logger 2015-05-06 13:01:02 -04:00
gorhill 6f786635f4 extremely early draft of matrix integration within the logger 2015-05-06 00:30:45 -04:00
gorhill b4254db51c refactoring: many changes throughout -- not close to be done 2015-05-03 20:55:27 -04:00
gorhill 4e76965155 remove useless code 2015-05-02 18:46:25 -04:00
gorhill eb42375215 code review 2015-05-01 23:54:32 -04:00
gorhill f4807b6b29 code review 2015-05-01 08:09:01 -04:00
gorhill 7cd060a15f refactoring, fixing script/frame blocking on FF, etc., more to do 2015-04-21 16:22:29 -04:00
gorhill ed67045360 first pass 2015-04-11 17:15:57 -04:00
gorhill 056e68da66 this fixes #42 2015-04-10 10:45:40 -04:00
gorhill b42fd99bd0 no badge when count is zero 2014-11-02 18:43:12 -05:00
gorhill 85ecc71230 this fixes #31 2014-11-01 19:03:09 -04:00
gorhill 257844c233 a bit of refacotring work 2014-10-28 00:14:15 -04:00
gorhill ead35cedbe code review 2014-10-27 16:19:46 -04:00
gorhill 118306ab51 this fixes #17 2014-10-27 10:20:19 -04:00
gorhill 77cfb56d94 this fixes #12 2014-10-26 13:36:27 -04:00
gorhill a39bd536b5 work on auto-update, backup/restore/reset 2014-10-24 11:13:46 -04:00
gorhill 186d10bf48 re issue #1 2014-10-20 00:53:13 -04:00
gorhill 0beb752db9 first commit 2014-10-17 15:01:09 -04:00