We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6c512 commit 14b9f8eCopy full SHA for 14b9f8e
popup/tabs.js
@@ -96,7 +96,7 @@ const tabs = [
96
onClickExtension: () =>
97
window.open("https://luanxt.com/get-link-mp3-320-lossless-vip-zing/"),
98
},
99
- // s.bookmark_exporter,
+ s.bookmark_exporter,
100
s.twitter_downloadButton,
101
createTitle("--- Photos ---", "--- Ảnh ---"),
102
addBadge(
scripts/getWindowSize.js
@@ -11,10 +11,9 @@ export default {
11
12
onClick: function () {
13
alert(
14
- "Window inner dimensions:\n\n " +
15
- document.body.clientWidth +
16
- " x " +
17
- document.body.clientHeight
+ `Window inner dimensions:\n
+ website: ${window.innerWidth} x ${window.innerHeight}
+ your screen: ${screen.width} x ${screen.height}`
18
);
19
20
};
0 commit comments