Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. var jq1 = document.createElement("script");
  2. jq1.src = "https://code.jquery.com/jquery-1.12.4.js";
  3. var jq2 = document.createElement("script");
  4. jq2.src = "https://code.jquery.com/ui/1.12.1/jquery-ui.js";
  5. document.body.append(jq1);
  6. document.body.append(jq2);
  7. document.head.innerHTML += '<link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css"/>';
  8.  
  9.  
  10. ^ paste this first
  11. v paste this second
  12.  
  13.  
  14. $(".rcs-outer-container")[0].style.zIndex = "10"
  15. $(".rcs-outer-container")[0].style.background = "#292a2a"
  16. $(".rcs-outer-container").resizable({handles: 'n,s,e,w'});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement