Advertisement
Guest User

Untitled

a guest
Jul 13th, 2015
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name        RtoV
  3. // @namespace   voat.co/user/RayLomas/rtov
  4. // @description Redirects reddit.com/r links to voat.co/v
  5. // @include     https://www.reddit.com/r/*
  6. // @include     https://reddit.com/r/*
  7. // @version     1
  8. // @grant       none
  9. // ==/UserScript==
  10.  
  11. window.location.href= window.location.href.replace( /\:\/\/.*\.reddit\.com\/r/, "://voat.co/v" );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement