1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-01 16:49:39 +02:00
Commit Graph

4578 Commits

Author SHA1 Message Date
gorhill
52d580aabc
add alt URLs for EasyList/EasyPrivacy (https://github.com/gorhill/uBlock/issues/2037#issuecomment-287532208) 2017-03-22 17:15:38 -04:00
gorhill
51ade9f043
code review re. https://github.com/uBlockOrigin/uAssets/issues/192#issuecomment-285904675 2017-03-21 08:23:21 -04:00
gorhill
15714ad22b
new revision for dev build 2017-03-20 16:30:30 -04:00
gorhill
b19dfb2dce
smaller tab buttons for small screens (https://github.com/gorhill/uBlock/issues/1890#issuecomment-287016408) 2017-03-20 16:25:40 -04:00
gorhill
2dcf7b7974
fix #2464 2017-03-20 15:54:41 -04:00
gorhill
dde8598ab5
translation work from https://crowdin.com/project/ublock 2017-03-18 10:04:49 -04:00
gorhill
64c92a96a3
fix https://github.com/nikrolls/uBlock-Edge/issues/64 2017-03-16 19:31:14 -04:00
gorhill
d7f751d42b
fix #2440 2017-03-16 19:14:25 -04:00
gorhill
23fa686f46
new revision for dev build 2017-03-14 16:05:44 -04:00
gorhill
e0a5116348
fix #2454 2017-03-14 16:01:35 -04:00
gorhill
53b0db3d25
fix #2447 2017-03-14 15:09:40 -04:00
gorhill
cf123b9264
fix #2448 2017-03-13 13:03:51 -04:00
gorhill
fba8ea2e75
new revision for dev build 2017-03-13 10:27:13 -04:00
gorhill
0d2c0a5ba3
fix #2450 2017-03-13 10:07:26 -04:00
gorhill
7a023077b3
performance work for pseudo-user styles code 2017-03-12 10:22:46 -04:00
gorhill
bed2e99e66
new revision for dev build 2017-03-11 16:54:47 -05:00
gorhill
a4e20ae3ad
new filter option: "badfilter" (see https://github.com/uBlockOrigin/uAssets/issues/192) 2017-03-11 13:55:47 -05:00
Andrei Petcu
e8375f91cd #2433 Changed the XML namespaces to please jpm sign (#2434)
*  #2433 changed the legacy install.rdf to match MDN
https://developer.mozilla.org/en-US/Add-ons/Install_Manifests

*  #2433 changed webext install.rdf to match MDN docs
 https://developer.mozilla.org/en-US/Add-ons/Install_Manifests

*  #2433 changed property added by mistake

*  #2433 changed localization XML namespaces to match install.rdf

*  #2433 small fixes
2017-03-10 07:01:57 -05:00
gorhill
fafe4c8abc fix #2436 2017-03-08 13:44:01 -05:00
gorhill
9f26776c11 new revision for dev build 2017-03-07 13:51:23 -05:00
gorhill
7e55ddf16b re. websocket: mind backward compatibility 2017-03-06 17:53:25 -05:00
gorhill
2213b005a0 forgot to add "ws://*/*"/"wss://*/*" to enable support for websocket type" 2017-03-06 17:34:46 -05:00
gorhill
c271fbbd0d code review: remove old cruft 2017-03-05 17:20:28 -05:00
gorhill
4c832718d3 new revision for dev build 2017-03-05 14:32:53 -05:00
gorhill
5015826546 fix #2267 2017-03-05 12:54:47 -05:00
gorhill
d7c1f2f919 fix sync storage for Firefox webext (#622) 2017-03-05 12:12:58 -05:00
gorhill
4d1ed37556 Firefox WebExt readiness (#622) + support more webRequest types when available (websocket, font, csp_report) 2017-03-05 08:25:55 -05:00
gorhill
b77cfc3735 new revision for stable release 2017-03-03 08:13:19 -05:00
gorhill
40c6947c68 Merge branch 'master' of github.com:gorhill/uBlock 2017-03-02 12:50:06 -05:00
gorhill
0c804116a8 privacy API now supported in webext 2017-03-02 12:49:59 -05:00
Nik Rolls
a121f2261d DOM Inspector: Fallback to .childNodes when .children not present (#2242)
When the browser does not support .children on the svgRoot element
(MS Edge, for example), filter childNodes for elements and use that
list instead.
2017-02-28 01:19:00 -05:00
gorhill
798e21de36 fix #2414 2017-02-27 16:29:36 -05:00
gorhill
2a2cbdec1f #2388: forgot to also remove extraneous space 2017-02-19 10:20:48 -05:00
gorhill
e2fd7e48c8 fix #2388 2017-02-19 10:06:35 -05:00
gorhill
414f3a98b7 new revision for release candidate 2017-02-18 09:03:02 -05:00
gorhill
ed07279d0d Merge branch 'master' of github.com:gorhill/uBlock 2017-02-18 09:01:48 -05:00
gorhill
39f9d11ec5 prepare uBO for fix to https://github.com/gorhill/uBO-Extra/issues/29 2017-02-18 09:01:36 -05:00
Raymond Hill
2d3cc2be26 Update README.md 2017-02-16 12:47:12 -05:00
gorhill
ea8cca1445 new revision for dev build 2017-02-13 08:56:42 -05:00
gorhill
1c4347d69d element picker improvement: to not discard class information when an id is available
Use class(es) whenever available instead of the id when selecting a
broad cosmetic filter (ctrl-click).
When asking for a broad cosmetic filter, using the id instead of
whatever available class(es) is limiting usefulness. The change
here address this.
Example of use case: open
<http://forums.mozillazine.org/viewtopic.php?f=38&t=3027325>.
Now how to remove all signature widgets from all posts?
Without the change here, this was not possible without opening the
browser's inspector, finding out and manually typing whatever class
is used to identify the signature's root element.
With this commit, ctrl-click will now use whatever class information
exist instead of the id.
2017-02-13 08:33:10 -05:00
gorhill
28084e1dc9 code review: marginal performance improvement 2017-02-12 15:53:40 -05:00
gorhill
1e1508cdd2 code review of dynamic URL filtering engine 2017-02-11 11:44:18 -05:00
gorhill
cbca48307c fix https://github.com/gorhill/uBlock/pull/2314#issuecomment-278716960 2017-02-09 13:33:32 -05:00
gorhill
7176ecb3e7 code review of fix to #2360 2017-02-07 08:05:39 -05:00
gorhill
48b3ba161b new version for dev build 2017-02-06 15:38:39 -05:00
gorhill
1d705485e9 update max version info 2017-02-06 15:36:34 -05:00
gorhill
a742f09dd4 fix #2360 2017-02-06 15:34:31 -05:00
gorhill
2852f9be19 translation work from https://crowdin.com/project/ublock 2017-02-05 15:27:21 -05:00
gorhill
e4e6d8d8c3 new stable version 2017-02-05 15:25:00 -05:00
gorhill
1bceca9cbb fix var name (https://github.com/el1t/uBlock-Safari/issues/25#issuecomment-277506943)) 2017-02-05 07:43:28 -05:00