We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b8e8f commit 2dc2f9dCopy full SHA for 2dc2f9d
1 file changed
JS/tabThumbnailTooltip.uc.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name Tab Thumbnail Tooltip
3
-// @version 1.0.3
+// @version 1.0.4
4
// @author aminomancer
5
// @homepage https://github.com/aminomancer/uc.css.js
6
// @description Show a large thumbnail image to preview tab content when hovering a tab.
@@ -116,6 +116,7 @@ class TabThumbnail {
116
backgroundColor: getComputedStyle(this.thumbBox).getPropertyValue(
117
"background-color"
118
),
119
+ fullScale: true,
120
fullViewport: true,
121
},
122
true
0 commit comments