File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ void function() {
26
26
chrome . runtime . sendMessage ( {
27
27
action : "getSource" ,
28
28
source : document . documentElement . outerHTML ,
29
- textContent : document . title + clonedDocument . textContent
29
+ textContent : document . title + clonedDocument . documentElement . textContent
30
30
} ) ;
31
31
} ( ) ;
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ void function() {
41
41
chrome . runtime . sendMessage ( {
42
42
action : "getSource" ,
43
43
source : document . documentElement . outerHTML ,
44
- textContent : document . title + clonedDocument . textContent
44
+ textContent : document . title + clonedDocument . documentElement . textContent
45
45
} ) ;
46
46
} ;
47
47
Original file line number Diff line number Diff line change 9
9
"short_name" : " DynamicHistory" ,
10
10
"author" : " nulldev" ,
11
11
"description" : " Automagically delete history based on the keywords on the page!" ,
12
- "version" : " 2.13 " ,
12
+ "version" : " 2.14 " ,
13
13
"options_ui" : {
14
14
"page" : " options.html" ,
15
15
"chrome_style" : true ,
You can’t perform that action at this time.
0 commit comments