Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name ffn redirct m
- // @version 0.1
- // @description
- // @author Ravana
- // @match https://m.fanfiction.net/s/*
- // @grant unsafeWindow
- // @require http://code.jquery.com/jquery-latest.js
- // ==/UserScript==
- function redirectFromM(){
- document.location = document.location.href.replace("https://m.fanfiction.net","https://www.fanfiction.net");
- }
- setTimeout(redirectFromM, 100);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement