Advertisement
Guest User

Untitled

a guest
Apr 5th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var bypassroot = document.getElementsByClassName("cellcontainer");
  2. if (bypassroot.length === 1){
  3.     var bypassroot = bypassroot[0];
  4.     if (bypassroot.getElementsByClassName("content-subtitle").length === 0){
  5.         window.location.replace(bypassroot.getElementsByTagName("a")[0].href);
  6.     } else {
  7.         $("img:first", bypassroot)[0].parentNode.click();
  8.     }
  9. } else if (bypassroot.length === 0 && (bypassroot = document.getElementById("group").children).length === 2 && (bypassroot = $("img[src$='black-folder.png']", bypassroot[1])).length === 1){
  10.     window.location.replace(bypassroot[0].parentNode.href);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement