Skip to content

Commit

Permalink
(JS) tab thumbnail tooltip 1.0.4 -
Browse files Browse the repository at this point in the history
adjust image scaling a bit
  • Loading branch information
aminomancer committed Mar 4, 2022
1 parent 61b8e8f commit 2dc2f9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JS/tabThumbnailTooltip.uc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Tab Thumbnail Tooltip
// @version 1.0.3
// @version 1.0.4
// @author aminomancer
// @homepage https://github.com/aminomancer/uc.css.js
// @description Show a large thumbnail image to preview tab content when hovering a tab.
Expand Down Expand Up @@ -116,6 +116,7 @@ class TabThumbnail {
backgroundColor: getComputedStyle(this.thumbBox).getPropertyValue(
"background-color"
),
fullScale: true,
fullViewport: true,
},
true
Expand Down

0 comments on commit 2dc2f9d

Please sign in to comment.