Fuer mobile Endgeraete mit Dolphin-Browser
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/26049/165794/20161226_01_load_github_mobile.js
// ==UserScript==
// @name 20161226_01_load_github_mobile
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Fuer mobile Endgeraete mit Dolphin-Browser
// @author S.K.
// @match http://uni3.xorbit.de/*
// @grant none
// @run-at document-end
// ==/UserScript==
alert('start');
alert(frames.length);
alert(frames[1].document.getElementById('met').innerText);