Advertisement
Farbjodr

ffn m

Dec 28th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. // ==UserScript==
  2. // @name ffn redirct m
  3. // @version 0.1
  4. // @description
  5. // @author Ravana
  6. // @match https://m.fanfiction.net/s/*
  7. // @grant unsafeWindow
  8. // @require http://code.jquery.com/jquery-latest.js
  9. // ==/UserScript==
  10.  
  11. function redirectFromM(){
  12. document.location = document.location.href.replace("https://m.fanfiction.net","https://www.fanfiction.net");
  13. }
  14.  
  15. setTimeout(redirectFromM, 100);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement