1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
Commit Graph

5803 Commits

Author SHA1 Message Date
Raymond Hill
bf0654b5ed
code review for 138e1bf558 (oops) 2018-06-26 08:33:44 -04:00
Raymond Hill
138e1bf558
fix https://github.com/uBlockOrigin/uBlock-issues/issues/89 2018-06-26 08:30:58 -04:00
Raymond Hill
d9010ef701
make Firefox dev build auto-update 2018-06-24 07:47:44 -04:00
Raymond Hill
ea1d2e99e1
import translation work from https://crowdin.com/project/ublock 2018-06-24 07:43:53 -04:00
Raymond Hill
b76320aad1
new revision for release candidate 2018-06-24 07:33:31 -04:00
Raymond Hill
4da20e96e7
fix https://github.com/uBlockOrigin/uBlock-issues/issues/84 2018-06-23 19:15:56 -04:00
Raymond Hill
e8e1b9eb07
Update README.md 2018-06-22 05:32:41 -04:00
Raymond Hill
bab3a547ce
Update README.md 2018-06-21 19:43:51 -04:00
Raymond Hill
8b9dc46735
Update README.md 2018-06-21 19:40:38 -04:00
Raymond Hill
e17da3e253
make Firefox dev build auto-update 2018-06-14 08:34:03 -04:00
Raymond Hill
4a38861781
new revision for release candidate 2018-06-14 08:30:45 -04:00
Raymond Hill
4bcf578606
fix https://www.reddit.com/r/uBlockOrigin/comments/8qodpw/how_to_hide_the_info_shown_of_what_is_currently/e0lglrr/ 2018-06-14 08:29:38 -04:00
Raymond Hill
7e890cb681
new revision for stable release 2018-06-12 09:24:55 -04:00
Raymond Hill
89d9e850e6
import translation work from https://crowdin.com/project/ublock 2018-06-12 08:41:20 -04:00
Raymond Hill
f6fd471318
import translation work from https://crowdin.com/project/ublock 2018-06-10 07:36:53 -04:00
Raymond Hill
974edd1974
make Firefox dev build auto-update 2018-06-04 08:28:25 -04:00
Raymond Hill
bd993e6085
new revision for release candidate 2018-06-04 08:19:30 -04:00
Raymond Hill
7bd76150a1
code review: fix bad lookup causing [hostname,domain] cache to never be hit 2018-06-04 08:18:13 -04:00
Raymond Hill
5a424791fe
Update README.md 2018-06-04 06:29:47 -04:00
Raymond Hill
b838e22024
code review of 39277172e8: select "All" when kb shortcut from logger itself 2018-06-03 19:49:08 -04:00
Raymond Hill
e227571969
make Firefox dev build auto-update 2018-06-03 14:07:16 -04:00
Raymond Hill
8b049d592f
fix py publish script 2018-06-03 14:06:15 -04:00
Raymond Hill
6c97872ddf
new revision for dev build 2018-06-03 13:59:38 -04:00
Raymond Hill
39277172e8
fix https://github.com/uBlockOrigin/uBlock-issues/issues/54 2018-06-03 13:56:24 -04:00
Raymond Hill
7766786b2c
code review: reuse last decomposed hostname (hit rate = 75%) 2018-06-03 13:27:42 -04:00
Raymond Hill
46c81ea691
update publish py script for new way to encode version 2018-06-01 19:07:10 -04:00
Raymond Hill
f59ee7c619
new revision for dev build 2018-06-01 18:43:25 -04:00
Raymond Hill
4a57825411
code review: remove scriplet js text after injection (see https://github.com/uBlockOrigin/uBlock-issues/issues/53#issuecomment-394024828) 2018-06-01 18:41:27 -04:00
Raymond Hill
2c843f6e69
code review: chromium 45 supports arrow functions = start using them 2018-06-01 11:49:48 -04:00
Raymond Hill
2da91b8aef
use plain version string: uBO will render itself to b/rc if needed 2018-06-01 08:12:44 -04:00
Raymond Hill
30eb2cbb52
make Firefox dev build auto-update 2018-06-01 08:01:19 -04:00
Raymond Hill
ce707a9094
new revision for dev build 2018-06-01 07:55:07 -04:00
Raymond Hill
798f8dab9d
reduce baseline memory at selfie-load time 2018-06-01 07:54:31 -04:00
Raymond Hill
a56b0c8925
make Firefox dev build auto-update 2018-05-31 10:58:14 -04:00
Raymond Hill
bbff649302
new revision for dev build 2018-05-31 10:55:19 -04:00
Raymond Hill
d71c9ddfc1
Merge branch 'master' of github.com:gorhill/uBlock 2018-05-31 10:46:44 -04:00
Raymond Hill
ab867dedf5
improve in-memory storage of specific cosmetic filters + more ES6
- collate together specific filters with same base domain
- replace string-based hash to integer-based hash
- revisit code to benefit from ES6-specific syntax
2018-05-31 10:41:03 -04:00
Hugo Xu
7c4146d8ba Update assets.json (#3725) 2018-05-30 14:07:19 -04:00
Raymond Hill
23979c3197
fix https://github.com/uBlockOrigin/uBlock-issues/issues/52 2018-05-30 12:55:33 -04:00
Raymond Hill
4136a51ba3
fix webext build for chromium (https://github.com/gorhill/uBlock/issues/3716#issuecomment-393207176) 2018-05-30 11:52:52 -04:00
Raymond Hill
44224fe2c7
use old.reddit.com for support URL 2018-05-29 07:40:29 -04:00
Raymond Hill
dd724b8af3
make Firefox dev build auto-update 2018-05-28 16:48:24 -04:00
Raymond Hill
c2f251c49f
import translation work from https://crowdin.com/project/ublock 2018-05-28 16:44:18 -04:00
Raymond Hill
21e30783f0
new revision for dev build 2018-05-28 16:42:21 -04:00
Raymond Hill
06756baed9
improve use of imageData in setIcon
- Generate imageData according to existing path information
- Pass a copy as argument (see 06768dcadb)
2018-05-27 11:13:25 -04:00
Raymond Hill
c6cab02999
fine-tune logger-related code
- Default to being detached
- Default to "Current tab"
- Append current tab title to "Current tab" entry
- Avoid iterating through all tabs when no change
2018-05-27 08:31:17 -04:00
Raymond Hill
956e2161aa
make Firefox dev build auto-update 2018-05-25 08:52:55 -04:00
Raymond Hill
ad3afe95c5
new revision for dev build 2018-05-25 08:47:29 -04:00
Raymond Hill
f887eeb3f5
code review for c5d8588118: mind whitelist status; mind an inaccessible document 2018-05-22 09:26:49 -04:00
Raymond Hill
b6b1edb288
fix opera make script 2018-05-20 11:08:53 -04:00