Greasy Fork is available in English.

樱花动漫移动页面转电脑页面

樱花动漫移动页面跳转至电脑页面

// ==UserScript==
// @name         樱花动漫移动页面转电脑页面
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  樱花动漫移动页面跳转至电脑页面
// @author       kakasearch
// @match        http://m.yhdm.so/
// @icon         https://www.google.com/s2/favicons?domain=yhdm.so
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
window.location.href = 'http://www.yhdm.so/'
    // Your code here...
})();