- // ==UserScript==
- // [url=home.php?mod=space&uid=5839]@name[/url] yymanhua8
- // @namespace http://tampermonkey.net/
- // @version 0.1
- // @description try to take over the world!
- // @author baba
- // @match *://4.yymanhua8.com/home/book/capter/id/*
- // @grant none
- // ==/UserScript==
- (function() {
- ‘use strict’;
- const manhua_id_match = $(‘.page-current>.navbar>.navbar-inner>.right>a:eq(1)’).attr(‘onclick’).match(/\d+/);
- const manhua_id = manhua_id_match && manhua_id_match[0] || 0;
- const capter_id_match = window.location.href.match(/\/capter\/id\/(\d+)/);
- const capter_id = capter_id_match && capter_id_match[1] || 0;
- if(!manhua_id || !capter_id) return;
- //console.log(manhua_id, capter_id)
- const api_url = `http://4.yymanhua8.com/home/api/chapter_nearby?manhua_id=${manhua_id}&capter_id=${capter_id}`;
- $.get(api_url, function(rs){
- if(rs && rs.succ && rs.result.imagelist) {
- const images = rs.result.imagelist && rs.result.imagelist.split(‘,’) || [];
- let html = ”;
- html += ‘<div class="reader-cartoon-image loaded">’;
- images.forEach(function(item,idx){
- html += `<img src="/${item}" alt="${idx}">`;
- })
- html += ‘</div>’;
- $(‘.reader-cartoon-chapter’).empty().html(html);
- $(‘.reader-cartoon-image’).click(function() {
- actions(manhua_id);
- $(‘.md’).addClass(‘with-modal-actions’);
- $(‘body’).addClass(‘reading’);
- });
- }
- })
- })();
复制代码
陕西网友:无效的原因是因为没有加载jquery,请手动用@require 加载。怎么加载自查谷歌
广西网友:马克,膜拜大佬
陕西网友:让我来做第一个收藏的人
宁夏网友:膜拜dalao,这种居然也能破解
甘肃网友:厉害。。
新疆网友:来喽来喽,大佬来喽
陕西网友:操作问题?使用
Tampermonkey谷歌拓展提示脚本无效
江西网友:提示用户脚本无效啊
台湾网友:收藏了,谢谢大佬
海南网友:ffirefox好像没起作用
上海网友:ffirefox好像没起作用
山西网友:无效。大家散了吧
江苏网友:战略性mark
贵州网友:无效的原因是因为没有加载jquery,请手动用@require 加载。怎么加载自查谷歌
江西网友:怎么用!
台湾网友:到底有用没 大佬们求解
四川网友:中文括号,句号。。。肯定跑不起来啊
江苏网友:厉害啊 大佬们
河北网友:必须要收藏起来!!!
山东网友:无效的原因是插入了BBcode
- // [url=home.php?mod=space&uid=5839]@name[/url] yymanhua8
复制代码需要删掉 @ 用户的代码
安徽网友:无效的原因是插入了BBcode
- // [url=home.php?mod=space&uid=5839]@name[/url] yymanhua8
复制代码需要删掉 @ 用户的代码
甘肃网友:不如直接做个爬虫,全部下载下来看,,
香港网友:大佬,无效怎么破
上海网友:战略性mark
湖南网友:搞不来,无效,溜了
以上信息转载自Hostloc。
01-16 19:49