Skip to content

Commit 03abedc

Browse files
committed
Merge branch 'Horizon_TV_Fixer'
2 parents d3bebad + 95fb33c commit 03abedc

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

Horizon_TV_Fixer/155147.user.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// @updateURL https://github.com/jerone/UserScripts/raw/master/Horizon_TV_Fixer/155147.user.js
1212
// @supportURL https://github.com/jerone/UserScripts/issues
1313
// @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VCYMHWQ7ZMBKW
14-
// @version 29
14+
// @version 30
1515
// @grant none
1616
// @include *horizon.tv*
1717
// ==/UserScript==
@@ -86,6 +86,9 @@
8686
if (popup.classList.contains("socials-done")) return;
8787
popup.classList.add("socials-done");
8888

89+
var popoverTop = popup.closest(".popover.top");
90+
if (popoverTop) popoverTop.style.marginTop = "-43px";
91+
8992
var title = popup.querySelector("h3").textContent.trim();
9093
var subtitle = "";
9194
var channel = popup.querySelector(".time-details").textContent.split(",")[0].trim();
@@ -183,7 +186,7 @@
183186
" +*/
184187

185188
/* Replay notification; */
186-
"\
189+
/*"\
187190
.listing div.notifications { \
188191
margin-top: 0; \
189192
position: absolute; \
@@ -194,7 +197,7 @@
194197
.listing:hover div.notifications { \
195198
opacity: 1; \
196199
} \
197-
" +
200+
" +*/
198201

199202
/* Channel number; */
200203
"\

Horizon_TV_Fixer/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ This script doesn't work on browsers that don't implement [ES6 arrow functions](
3636

3737
## Version History
3838

39+
* **30** (v1.1.107)
40+
* Compatibility fixes for v1.1.107;
3941
* **29** (v1.1.96)
4042
* Compatibility fixes for v1.1.96;
4143
* **28** (v1.1.92)

0 commit comments

Comments
 (0)