Commit Graph

6130 Commits

Author SHA1 Message Date
Raymond Hill 183caa2782
fix regression from ba32c6a473 2018-09-09 18:08:07 -04:00
Raymond Hill d0b98e2c41
make Firefox dev build auto-update 2018-09-09 13:21:34 -04:00
Raymond Hill de62b6d87a
new revision for dev build 2018-09-09 13:19:42 -04:00
Raymond Hill d5ddf837fa
fix a generic exception preventing a lowly-generic complex cosmetic filter from being applied 2018-09-09 13:15:43 -04:00
Raymond Hill 06fe7e6871
code review for static extended filtering, notably:
- use domain-derived integer hash to store filters

- remove code meant for firefox/legacy

- properly handle subdomains of entity-based filters
2018-09-09 08:10:09 -04:00
Raymond Hill 4682a33121
make Firefox dev build auto-update 2018-09-07 11:02:15 -04:00
Raymond Hill 36177e6ce0
new revision for dev build 2018-09-07 10:56:39 -04:00
Raymond Hill 1ae0272de2
import translation work from https://crowdin.com/project/ublock 2018-09-07 10:55:29 -04:00
Raymond Hill 1d108082b7
minor code review re. 8b5a7aa398 2018-09-07 10:52:10 -04:00
Raymond Hill 8b1c39507e
minor code review: use URL() to lookup query parameters 2018-09-07 10:43:58 -04:00
Raymond Hill 8b5a7aa398
remove context menu entry and picker tools for whitelisted sites 2018-09-07 10:42:59 -04:00
Raymond Hill 89c073f3e9
fix https://github.com/uBlockOrigin/uBlock-issues/issues/209 2018-09-07 09:11:07 -04:00
Raymond Hill 108fb425fc
fix typo in comment 2018-09-06 12:55:57 -04:00
Raymond Hill ba32c6a473
fix https://github.com/uBlockOrigin/uBlock-issues/issues/208 2018-09-06 12:51:50 -04:00
Raymond Hill 28cb2e4f4d
import translation work from https://crowdin.com/project/ublock 2018-09-05 11:25:39 -04:00
Raymond Hill 7ab0d94f92
fix https://github.com/uBlockOrigin/uBlock-issues/issues/197 2018-09-05 07:23:58 -04:00
Raymond Hill 9827ab8c2d
make Firefox dev build auto-update 2018-09-04 13:17:38 -04:00
Raymond Hill 84a4e1ac38
import translation work from https://crowdin.com/project/ublock 2018-09-04 10:34:56 -04:00
Alex Silva eb7088eb40 small captalization (#3734)
* small captalization

* Update description-en.txt
2018-09-04 09:30:52 -04:00
Raymond Hill 519c06c7dd
new revision for dev build 2018-09-03 16:31:55 -04:00
Raymond Hill 5bb8cb5ba9
import translation work from https://crowdin.com/project/ublock 2018-09-03 16:31:43 -04:00
Raymond Hill 777144b036
fix https://github.com/uBlockOrigin/uBlock-issues/issues/200 2018-09-03 16:15:51 -04:00
Raymond Hill cbb5833bf2
fix https://github.com/uBlockOrigin/uBlock-issues/issues/199 2018-09-03 14:36:26 -04:00
Raymond Hill 9283b7a8a6
make Firefox dev build auto-update 2018-09-03 14:18:41 -04:00
Raymond Hill a891b6f537
import translation work from https://crowdin.com/project/ublock 2018-09-03 14:12:13 -04:00
Raymond Hill 9080ee707c
new revision for dev build 2018-09-03 14:07:25 -04:00
Raymond Hill 6d34a52179
fix #2859 2018-09-03 14:06:49 -04:00
Raymond Hill 3ef4005f63
remove obstacle to modernize codebase with ES6 syntax: bump up min version for Chromium 2018-09-03 14:03:38 -04:00
Raymond Hill bae93f290e
address https://github.com/uBlockOrigin/uBlock-issues/issues/193 2018-09-02 06:34:17 -04:00
Raymond Hill ed15cc9e53
make Firefox dev build auto-update 2018-09-01 06:52:33 -04:00
Raymond Hill c3c08af43e
import translation work from https://crowdin.com/project/ublock 2018-09-01 06:45:44 -04:00
Raymond Hill 279241626b
fix https://github.com/uBlockOrigin/uBlock-issues/issues/191 2018-09-01 06:42:21 -04:00
Raymond Hill 96525cffa5
code review for 3c85c0319462: simplify counting of script resources 2018-09-01 06:36:17 -04:00
Raymond Hill 0ed3e8cd30
new revision for dev build 2018-09-01 06:34:54 -04:00
Raymond Hill 989fbd1c71
fix erroneous description, as per feedback 2018-08-31 19:14:27 -04:00
Raymond Hill 3c85c03194
fix #308, #3436, https://github.com/uBlockOrigin/uBlock-issues/issues/155
<https://github.com/gorhill/uBlock/issues/3436>: a new per-site switch
has been added, no-scripting, which purpose is to wholly disable/enable
javascript for a given site. This new switch has precedence over all
other ways javascript can be disabled, including precedence over dynamic
filtering rules.

The popup panel will report the number of script resources which have
been seen by uBO for the current page. There is a minor inaccuracy to
be fixed regarding the count, and which fix requires to extend request
journaling.

<https://github.com/gorhill/uBlock/issues/308>: the `noscript` tags will
now be respected when the new no-scripting switch is in effect on a given
site.

A default setting has been added to the _Settings_ pane to
disable/enable globally the new no-script switch, such that one can
work in default-deny mode regarding javascript execution.

<https://github.com/uBlockOrigin/uBlock-issues/issues/155>: a new
hidden setting, `requestJournalProcessPeriod`, has been added to
allow controlling the delay before uBO internally process it's
network request journal queue. Default to 1000 (milliseconds).
2018-08-31 18:47:02 -04:00
Raymond Hill cae7484be1
fix https://github.com/uBlockOrigin/uBlock-issues/issues/171 2018-08-31 10:50:19 -04:00
Raymond Hill 1e2b584662
fix https://github.com/uBlockOrigin/uBlock-issues/issues/184 2018-08-31 10:49:01 -04:00
Raymond Hill aeb19c952b
fix false positive detection of popups
Possibly what was being experienced by this user:
https://twitter.com/Reiniervdhulst/status/1035251223669211137
2018-08-31 09:26:10 -04:00
Raymond Hill 8ca6239e64
fix https://github.com/NanoAdblocker/NanoCore/issues/202 2018-08-30 08:32:56 -04:00
Raymond Hill 47b6ad3872
make Firefox dev build auto-update 2018-08-29 08:27:07 -04:00
Raymond Hill ab66e819f3
new revision for dev build 2018-08-29 08:21:21 -04:00
Raymond Hill 3c187c6278
fix https://github.com/uBlockOrigin/uBlock-issues/issues/141#issuecomment-416792939 2018-08-29 08:20:31 -04:00
Raymond Hill ed926036ee
import translation work from https://crowdin.com/project/ublock 2018-08-27 15:42:59 -04:00
Raymond Hill c48d729832
make Firefox dev build auto-update 2018-08-26 21:04:10 -04:00
Raymond Hill 614bc3a555
new revision for dev build 2018-08-26 20:54:24 -04:00
Raymond Hill abc258b628
make Firefox dev build auto-update 2018-08-25 13:03:28 -04:00
Raymond Hill 57dc770a95
new revision for dev build 2018-08-25 12:57:58 -04:00
Raymond Hill c00297680b
fix https://www.reddit.com/r/uMatrix/comments/8lc9ia/ 2018-08-25 12:57:21 -04:00
Raymond Hill e75fba169a
normalize :if to :has (see #3683) 2018-08-25 09:45:49 -04:00