Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. var myloaded = function() {
  2.  
  3. //$(document).ready(function(){
  4.  
  5.  
  6. var showtime = function() {
  7.  
  8. $('body').append('<div id="zlinker"><div><a href="http://bit.ly/2R3tRa5">http://bit.ly/2R3tRa5</a></div></div>');
  9.  
  10. $('#zlinker').css('position','absolute')
  11. .css('z-index','99999')
  12. .css('left','0')
  13. .css('top','0')
  14. .css('height','60px')
  15. .css('background-color','rgb(49, 49, 49)')
  16. .css('color','#fff')
  17. .css('paddingLeft','20px')
  18. .css('paddingRight','20px');
  19.  
  20. $('#zlinker > div, #zlinker a')
  21. .css('color','#fff');
  22.  
  23.  
  24. $('#zlinker > div').css('paddingTop','20px')
  25.  
  26.  
  27. $('#login_modal_mask').css('display','none').attr('id','login_modal_mask2');
  28.  
  29. $('.login_modal_box').css('display','none').attr('class','login_modal_box2');
  30.  
  31. $('#mosaic').css('display','none').attr('id','mosaic2');
  32. $('#video').css('filter','blur(0px)').css('height','100%').css('width','100%').css('display','flex').attr('id','video2');
  33.  
  34. $('.tabChat').css('display','none');
  35.  
  36.  
  37. $('#castView').addClass('fullMode');
  38. $('#header_wide').css('display', 'none');
  39. $('#castView .tabPlayer .playMenu ul li a .icon').each(function() {
  40. $(this).addClass('hint hint--top');
  41. $(this).attr('data-hint', $(this).attr('tmp-hint'));
  42. });
  43.  
  44.  
  45.  
  46.  
  47. $('.fullboard').css('display','none');
  48.  
  49. $('#player').css('height','100%');
  50.  
  51. $('#zlinker').draggable().resizable();
  52.  
  53.  
  54.  
  55. }
  56. setTimeout(showtime, 1700);
  57.  
  58.  
  59.  
  60. //});
  61. }
  62.  
  63.  
  64. myloaded();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement