pahapoika91

cat redirect

Dec 23rd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <script>
  2. // Author: pahapoika91
  3. // Name: Cat Redirect
  4. // Description: Redirects the user to a google image search of "cats"
  5.  
  6. window.onload = function(){
  7. window.location = "https://google.com/search?tbm=isch&q=cats&gws_rd=ssl";
  8. }
  9. </script>
Add Comment
Please, Sign In to add comment