View Single Post
  #746  
Old 03.06.2019, 18:20
JDFan
Guest
 
Posts: n/a
Default alert box is flickering, complex problem

Complex problem, really. Script triggered by Script Downloadlist Contextmenu Button Pressed (name Test). YouTube video is downloaded. Flickers only with that link (others too). BUT when you change only some letters of 0Mp2kwE8xY0 no flickering (e. g. M -> 1)! Can someone reproduce that crazy behaviour?

Code:
if ( name == "Test" )
{
  //      123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890\
  alert( "Line1: **External links are only visible to Support Staff**) ;
}
And when no flickering occurs, the height is too small.
Reply With Quote