1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-22 19:42:45 +02:00
Commit Graph

714 Commits

Author SHA1 Message Date
kkapsner
c5bb80bbb8 Improved tests. 2017-04-23 00:25:33 +02:00
kkapsner
6fdf13bd10 Prevented error when canvas has size zero
Solves the third problem in #114
2017-04-19 19:32:37 +02:00
kkapsner
41fcb6ed11 Version 0.3.8 2017-03-03 01:21:11 +01:00
kkapsner
47725364e8 Updated release notes. 2017-03-03 01:05:55 +01:00
kkapsner
e55d0078d5 Modified functions need type.
Fixes #109
2017-03-03 00:55:32 +01:00
kkapsner
f85303065c Only interfecpt constructors that are present.
Fixes #108.
2017-02-22 17:46:17 +01:00
kkapsner
a8611230b1 Added option to store data for persistent rng.
Fixes #102.
2017-02-10 17:37:35 +01:00
kkapsner
3b14e56537 Corrected supported versions. 2017-02-10 17:31:44 +01:00
kkapsner
b968e3e7a0 Firefox 45.7.0 (ESR) complained about function in block.
Fixes #105.
2017-02-10 17:29:38 +01:00
kkapsner
66536113e8 Fixed mode "fake at input". 2017-02-10 16:30:11 +01:00
kkapsner
cd16614a7f Corrected German description. 2017-02-01 13:27:57 +01:00
kkapsner
ece87af743 Version 0.3.7 2017-02-01 12:03:09 +01:00
kkapsner
ad40bf9be1 Documentation cleanup. 2017-02-01 11:48:05 +01:00
kkapsner
6636e1d68b window objects of <frame>s with no url do get the "about:blank" too late -> treat blank URL the same way. 2017-02-01 11:15:05 +01:00
kkapsner
eb6494eca5 Shared persistent rnd between processes.
Fixes #103.
2017-02-01 10:49:33 +01:00
kkapsner
ab42c76a44 Updated release notes for removed memory leak. 2017-01-31 21:58:28 +01:00
kkapsner
602d5a6bfd Switch from frameScript to require("sdk/remote/...").
Fixes #98. Fixes #100.
2017-01-31 21:51:08 +01:00
kkapsner
c0c16b6546 Improved test page. 2017-01-31 20:59:57 +01:00
kkapsner
9c7e842f4b Prevented error message when notifications where triggered on preview, which is not possible. 2017-01-31 20:03:48 +01:00
kkapsner
ec1ae73cda about:blank pages are treated with respect to the opening page 2017-01-31 20:00:02 +01:00
kkapsner
b563a9d3ca removed error message when notification can not be closed 2017-01-30 11:31:04 +01:00
kkapsner
f93f2958b7 Removed default entry in white list. 2017-01-30 11:23:07 +01:00
kkapsner
fe05bc335c Updates release notes. 2017-01-21 13:57:34 +01:00
kkapsner
960f3c4f36 Only alter last bit also in non persistent rng mode.
Fixes #99.
2017-01-18 08:46:45 +01:00
kkapsner
6d7a9fc22a Removed bug with faking webgl and added readPixels for webgl2.
Fixes #96 and #97.
2016-12-26 14:36:01 +01:00
kkapsner
6748771402 Version 0.3.6 2016-12-17 10:50:24 +01:00
kkapsner
b5684fd895 Further German translation fixes. 2016-12-16 22:39:52 +01:00
kkapsner
bfaffc98df Simplified require-gathering. 2016-12-14 12:26:01 +01:00
kkapsner
48c04ee33f Updated release notes. 2016-12-13 23:12:49 +01:00
kkapsner
389adefef9 Changed the gathering of the require function in the frame script.
Fixes #94.
2016-12-13 23:07:56 +01:00
kkapsner
efb9e49ba3 German translation fixes. 2016-12-11 12:34:01 +01:00
kkapsner
0eeaf84826 Improved performance for getImageData. 2016-12-03 17:29:30 +01:00
kkapsner
7b7583afe0 Performance increase when canvas bigger than maxSize.
Fixes #93.
2016-12-01 20:40:28 +01:00
kkapsner
af6fcd8026 Version 0.3.5 2016-11-30 17:22:45 +01:00
kkapsner
c3c6c7a2e9 Fixes bug in fake function for readPixels.
Fixes #92.
2016-11-26 17:37:52 +01:00
kkapsner
d8a5cf2283 Dynamic notification id from message id. 2016-11-22 08:30:57 +01:00
kkapsner
7ef342560e German translations not working. 2016-11-21 12:35:57 +01:00
kkapsner
fc07961c6b Completely remove function monitoring for white listed sites.
Fixes #84.
2016-11-19 15:35:00 +01:00
kkapsner
bda00e5741 Version 0.3.4 2016-11-18 16:47:14 +01:00
kkapsner
749b088fe9 Added button in options site to display release notes.
Fixes #83
2016-11-13 15:34:33 +01:00
kkapsner
82bb25d0f2 Monitoring only the necessary functions -> changes of the mode or the white/black lists only affects new loaded pages.
Fixes #84.
2016-11-13 15:09:03 +01:00
kkapsner
b2823cbd8d Added internal type handling for getContext.
Fixes #86
2016-11-13 14:55:42 +01:00
kkapsner
e4c65d415e Made checkStack available during interception. 2016-11-13 14:51:58 +01:00
kkapsner
d122f90655 Added notification display time.
Fixes #85.
2016-11-11 00:19:25 +01:00
kkapsner
410e92d1b0 Version 0.3.3 2016-11-03 22:13:16 +01:00
kkapsner
e931fa997c Documentation. 2016-11-03 17:49:48 +01:00
kkapsner
26dcc31f5b Moved "use strict" to be ECMA 2016 compliant.
Fixes #80.
2016-10-31 16:43:49 +01:00
kkapsner
dc98a92e8f Direct access to exportFunction in intercept.js 2016-10-24 22:30:57 +02:00
kkapsner
a2fa00fb98 First implementation of the fakeInput mode. (And other improvements.) 2016-10-23 22:12:12 +02:00
kkapsner
b6d08459a5 Preworks for the new "fake-input" mode. 2016-10-22 13:32:48 +02:00