Commit Graph

29 Commits

Author SHA1 Message Date
Kevin Röbert
ff88d9c0ae Version 1.2.2.0
Project memory management. I will test this version first and upload it to mozilla after the tests.
2018-05-18 01:31:04 +02:00
Kevin Röbert
74aeb1feec Fix #31 2018-01-31 20:34:14 +01:00
Kevin Röbert
40ff16762b Sledgehammer 2018-01-25 23:03:18 +01:00
Kevin Röbert
22ed091bc6 Maybe it already works under android.
:P
2018-01-25 22:37:02 +01:00
Kevin Röbert
6c42b3617c Hotfix for performance issue and center "rules"-btn
- Delete temporary the async promise function, because it works not like
it should work. (We will test some methods to increase the performance,
but the performance is already okay)
+ Add suggestion from @grenzor #21 to center the "rules-status"-button
2018-01-09 13:20:33 +01:00
Kevin Röbert
57ea6b4315 Fix 26 and performance improvements
(+ Better indentation in the code)
+ Line 17: Do nothing is better as redirect to nothing
+ Line 212: Add function to return the provider name (for debugging)
+ Correct typos
+ Line 239: performance improvement
+ Line 286: performance improvement
+ Line 541: performance improvement
+ Add function "promise" for async request handling (performance
improvement)
+ Add function isDataURL to prevent long loading on data urls (Fix #26 )
2018-01-05 17:26:17 +01:00
Kevin Röbert
0f68d65e9a New Addon version 1.2
+ Badges counts only per url (for this feature we need the new "tabs"
permission)
+ New Interface. Special thanks to @grahamperrin and @Thorin-Oakenpants.
(#21)
+ Files in folder ordered
- Remove siteBlockedAlert.html page. We're show now nothing.
+ Revised texts for Rules-Status
+ Add File for version number
2017-12-16 23:50:50 +01:00
Kevin Röbert
6f64682067 Version 1.1.2.5
+ Add log feature
+ Add user request #9
2017-11-18 01:34:01 +01:00
Kevin Röbert
c256461340 Add Expand URL Feature
Now the Add-on can expand urls and directly redirect to the target url.
2017-09-18 17:50:36 +02:00
Kevin Röbert
47c4882e9b Fix global counter issue
The total elements field need async to long to load, so that this value
is NaN by scanning the first url. We check now first of NaN or Null and
get the current value. The browser is waiting until the value is loaded.
2017-09-14 03:39:40 +02:00
Kevin Röbert
e528ade2f0 Add site blocked alert page
Inform the user about the full url blocking
2017-09-13 23:37:18 +02:00
Kevin Röbert
03b9d06d56 Add offline storage for rules 2017-08-31 21:19:51 +02:00
Kevin Röbert
942e0950a4 Add Tabcounter (de)activation switch
Thanks to https://addons.mozilla.org/de/firefox/user/HardKoreG/ for the
idea
2017-08-30 17:18:10 +02:00
Kevin Röbert
4deb0b7d6a Flush the cache 2017-08-23 15:32:40 +02:00
Kevin Röbert
a5495594c1 Activate the exception function 2017-08-23 15:21:09 +02:00
Kevin Röbert
36d5cdd016 Counter fix 2017-08-23 14:01:48 +02:00
Kevin Röbert
050c97a615 Add interface features
+ statistics for totally blocked elements
+ statistics for percentage of total traffic
2017-08-23 02:24:16 +02:00
Kevin Röbert
781a4f648a Add Interface and Badged 2017-08-19 00:30:47 +02:00
Kevin Röbert
a7a2ac60e8 URLs with completeProvider true are canceled 2017-08-08 23:34:56 +02:00
Kevin Röbert
ac66f5d38f Remove Debug Output 2017-08-06 20:23:45 +02:00
Kevin Röbert
e5ab578a01 Save global Enable Status 2017-08-06 20:19:57 +02:00
Kevin Röbert
035d224ad8 googlesyndication provider pattern change 2017-08-04 05:01:57 +02:00
Kevin Röbert
1479041e92 Doubleclick fix 2017-08-04 04:37:19 +02:00
Kevin Röbert
1dabe29077 Remove the old code 2017-08-04 04:24:29 +02:00
Kevin Röbert
06b35f6249 Final test for v. 1.0.5.5 2017-08-04 04:20:12 +02:00
Kevin Röbert
e4257a953d test 2017-08-04 03:21:44 +02:00
Kevin Röbert
75e1571b90 test 2017-08-04 03:18:16 +02:00
Kevin Röbert
a56a0592cc Alles in einem 2017-08-04 03:08:46 +02:00
Kevin Röbert
a4c453733e Start
👍
2017-08-04 02:43:36 +02:00