1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 14:17:11 +02:00
Commit Graph

406 Commits

Author SHA1 Message Date
Chris
801e6d706f Change back to 'Block Element' until later (details:...)
until we have a more general 'element picker' equivalent that can
block resources. So having this exposed in the request logger would
be basically useless (since the only type of stuff that one would
want to block using the request logger are probably things that
aren't visible DOM elements)
2015-05-14 17:04:55 -06:00
Chris
73cec697ea Rename 'Block Resource' i18n key (prepping to add it to request logger) 2015-05-14 16:04:05 -06:00
Chris Aljoudi
992af976d0 Merge pull request #1324 from chrisaljoudi/NetMonitor_Block_Element
Add a "Block Resource" context menu command to the Firefox Network tab in devtools
2015-05-14 15:49:55 -06:00
Chris
63b846cf5f Safari storage migration: code review 2015-05-11 16:15:53 -06:00
Chris
288ea7b4cc Storage: distinguish preferences from caches (addresses #1366) 2015-05-11 15:18:25 -06:00
Chris
df8c82f6b4 Fixes #1367 (Safari badge alignment) 2015-05-07 17:45:51 -06:00
Chris
891a32d83e Version bump 2015-05-01 11:07:30 -06:00
Chris
e7165c9ff7 Safari: smoother popup pane toggling; cleanup popup js 2015-05-01 10:25:48 -06:00
Chris
68739e3df3 Safari: fix popup to work in logger 2015-05-01 10:05:11 -06:00
Chris
c2741e07f0 Chrome: browserAction-related code-review 2015-05-01 04:43:43 -06:00
Chris
2a105b3b59 Bring setIcon performance improvements to Chrome 2015-05-01 04:40:17 -06:00
Chris
0217f1cc8b Safari: rework of toolbar icon update mechanism -- leaner, faster 2015-05-01 03:02:41 -06:00
Chris
21d4307a5a Safari: make toolbar icon more robust & performant
Gets rid of background page exceptions
2015-04-30 20:15:42 -06:00
gorhill
01386b0fd1 this fixes https://github.com/gorhill/uBlock/issues/101 2015-04-30 17:57:52 -04:00
AlexVallat
424f13178a Change net monitor menu label to be independent, and to be "Block Resource" 2015-04-29 18:45:11 +01:00
gorhill
5205f1474c important fixes: #150 + a case where a tab could still be unbound 2015-04-29 12:21:46 -04:00
gorhill
f2ce447b89 merging changes from master 2015-04-27 19:38:28 -04:00
gorhill
b19848583b this fixes gorhill#140 2015-04-27 16:38:54 -06:00
AlexVallat
c98ff26709 Add a "Block Element" context menu command to the Firefox Network tab (to match the one in the Inspector tab) 2015-04-26 19:46:02 +01:00
gorhill
158abcaac1 Merge branch 'master' of https://github.com/chrisaljoudi/uBlock into chrisaljoudi 2015-04-26 12:16:45 -04:00
AlexVallat
128e7bf9ff Merge pull request #1321 from AlexVallat/Legacy_Toolbar_Button
Legacy (non Australis) toolbar button
2015-04-26 16:40:15 +01:00
AlexVallat
ed6064912e Fix for race condition adding double context menu entries 2015-04-25 18:33:20 +01:00
AlexVallat
d9b23d4f10 Fixing for PaleMoon under Linux, and general cosmetic improvements to button. Also possibly fix SeaMonkey static filtering broken until settings reset issue. 2015-04-25 14:08:01 +01:00
gorhill
40b075d348 Merge branch 'master' of https://github.com/chrisaljoudi/uBlock into chrisaljoudi 2015-04-25 09:07:00 -04:00
Chris
3cc6a80922 Code review 2015-04-24 15:52:23 -06:00
AlexVallat
5ac4ec21e9 Experimental legacy (non-Australis) toolbar button 2015-04-24 18:57:30 +01:00
gorhill
1edc5227b6 Merge branch 'master' of https://github.com/chrisaljoudi/uBlock into chrisaljoudi 2015-04-23 08:28:43 -04:00
Chris
82118cb075 Safari: inline-script blocking! 2015-04-22 19:33:29 -06:00
gorhill
85f8e05080 Merge branch 'master' of https://github.com/chrisaljoudi/uBlock into chrisaljoudi 2015-04-20 09:21:05 -04:00
AlexVallat
82b97760db Merge branch 'Fix_#505' 2015-04-20 07:52:41 +01:00
Chris
4cedd4011a Oops: Safari bundle ID; quicker badge updates 2015-04-19 19:13:59 -06:00
AlexVallat
a9ce082c34 Fixes #505 by making popup vertically aligned when appearing in Firefox panel menu 2015-04-19 16:43:21 +01:00
gorhill
e86c17eefe Merge branch 'master' of https://github.com/chrisaljoudi/uBlock into chrisaljoudi 2015-04-19 01:19:11 -04:00
CoolOppo
32c1eef83e Made "off" icons even lighter 2015-04-18 19:20:34 -04:00
CoolOppo
2e2b7f5371 Made "off" icons lighter 2015-04-18 19:17:15 -04:00
CoolOppo
005ec0899b Forgot about the Chromium-specific ones! 2015-04-18 19:12:58 -04:00
CoolOppo
b65518a0b6 Re-render icons with font hinting 2015-04-18 15:31:29 -04:00
gorhill
eeb792cc8b Merge branch 'master' of https://github.com/chrisaljoudi/uBlock into chrisaljoudi 2015-04-13 23:38:57 -04:00
Chris
fa3666f85d Refactor context-keeping
Improves reliability and thoroughness of blocking on all
browsers.
2015-04-13 18:58:50 -06:00
gorhill
041323a916 Merge branch 'master' of https://github.com/chrisaljoudi/uBlock into chrisaljoudi 2015-04-12 07:00:45 -04:00
Chris
e8572bdc21 Element picker: cleanup and Firefox improvements (closes #1211)
In Firefox, you can now block an element right from the Web Inspector.
This was implemented by @AlexVallat -- thanks to Alex for the awesome
feature enhancement.
2015-04-11 23:23:22 -06:00
gorhill
b27f87dee0 Merge branch 'master' of https://github.com/chrisaljoudi/uBlock into chrisaljoudi 2015-04-11 16:32:44 -04:00
AlexVallat
5896991718 Fix for #1233 2015-04-11 19:12:10 +01:00
gorhill
fe9fefce31 removed pointless lines -- remnants of trying out stuff 2015-04-10 17:38:08 -04:00
gorhill
741c145e90 this fixes https://github.com/gorhill/uMatrix/issues/144 2015-04-10 14:08:43 -04:00
Chris
32910ca78f Bump version slightly (not final) 2015-04-08 16:42:12 -06:00
Chris
c70a932d86 Fix issue links in source code
Thanks @hotdogman and @yfdyh000 -- closes #1202
and #1157 ... and #1167
2015-04-08 16:36:14 -06:00
Chris
09825e1165 Fixes #1144 2015-04-08 15:48:32 -06:00
Chris
e23e0d8283 Oops; silliness in Chrome 22 code 2015-04-07 03:36:12 -06:00
Chris
5d06019b19 Add support for Chrome 22; fixes #1174 2015-04-07 03:22:10 -06:00