File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ <h1>html2canvas Bookmarklet</h1>
42
42
click / tap that link and then bookmark the page, edit the bookmark and remove the start up until including < code > #_remove_this_</ code >
43
43
part at the beginning of the URL, it must start with: < code > javascript:</ code > to be correct.
44
44
</ p >
45
+ < p >
46
+ If you are using Firefox and the NoScript Addon: disable the ABE part of it,
47
+ took me quite some time to figure out that the reason for an unreliable bookmarklet was in NoScript...
48
+ </ p >
45
49
< h2 > For Developers:</ h2 >
46
50
< p >
47
51
If you are a developer and want to debug locally (you need the source tree of your html2canvas at:
Original file line number Diff line number Diff line change 68
68
statusline . style . border = '1px solid black' ;
69
69
statusline . style . borderBottomWidth = '0px' ;
70
70
statusline . style . padding = '2px 5px' ;
71
+ statusline . style . zIndex = 9999999 ;
71
72
document . body . appendChild ( statusline ) ;
72
73
loader . onload ( ) ;
73
74
} ( ) ) ;
You can’t perform that action at this time.
0 commit comments