Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. setInterval(function (){
  2. if(document.domain == "vk.com") {
  3. if(document.querySelectorAll("#pv_photo img")[0] == null) {
  4. } else {
  5. if(document.getElementById("pv_more_act_download") == null) {
  6. document.querySelector(".pv_actions_more").dispatchEvent(new MouseEvent('mouseenter'));
  7. h8pol = "0451";
  8. } else {
  9. if(document.querySelectorAll("#pv_photo img")[0].src == document.getElementById("pv_more_act_download").href) {
  10. if(h8pol == "0451") {
  11. document.querySelector(".pv_actions_more").dispatchEvent(new MouseEvent('mouseleave'));
  12. h8pol = "451";
  13. }
  14. } else {
  15. document.querySelectorAll("#pv_photo img")[0].src = document.getElementById("pv_more_act_download").href;
  16. }
  17. }
  18. }
  19. }
  20. }, 250);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement