File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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==
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 ( ) ;
183186 " +*/
184187
185188 /* Replay notification; */
186- "\
189+ /* "\
187190 .listing div.notifications { \
188191 margin-top: 0; \
189192 position: absolute; \
194197 .listing:hover div.notifications { \
195198 opacity: 1; \
196199 } \
197- " +
200+ " +*/
198201
199202 /* Channel number; */
200203 "\
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments