Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if (document.location.href.indexOf('425') === -1){
  2.  
  3. //attempt 1
  4. if (document.location.href.indexOf('425') === -1 || document.location.href.indexOf('297') === -1){
  5.  
  6. }
  7. //attempt 2
  8. if ((document.location.href.indexOf('425')) === -1 || (document.location.href.indexOf('297')) === -1)){
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement