Skip to content

Commit 14b9f8e

Browse files
committed
.
1 parent 6f6c512 commit 14b9f8e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

popup/tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const tabs = [
9696
onClickExtension: () =>
9797
window.open("https://luanxt.com/get-link-mp3-320-lossless-vip-zing/"),
9898
},
99-
// s.bookmark_exporter,
99+
s.bookmark_exporter,
100100
s.twitter_downloadButton,
101101
createTitle("--- Photos ---", "--- Ảnh ---"),
102102
addBadge(

scripts/getWindowSize.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ export default {
1111

1212
onClick: function () {
1313
alert(
14-
"Window inner dimensions:\n\n " +
15-
document.body.clientWidth +
16-
" x " +
17-
document.body.clientHeight
14+
`Window inner dimensions:\n
15+
website: ${window.innerWidth} x ${window.innerHeight}
16+
your screen: ${screen.width} x ${screen.height}`
1817
);
1918
},
2019
};

0 commit comments

Comments
 (0)