查看: 243|回复: 17

yy漫画看vip内容的油猴脚本

[复制链接]

4

主题

33

回帖

102

积分

注册会员

积分
102
发表于 2019-6-28 18:42:52 | 显示全部楼层 |阅读模式
本帖最后由 dd0754 于 2019-7-1 20:38 编辑
[ol]
  • // ==UserScript==
  • // @name         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 += '';
  •             images.forEach(function(item,idx){
  •                 html += `
    [img][/img]
    `;
  •             })
  •             html += '';
  •             $('.reader-cartoon-chapter').empty().html(html);
  •             $('.reader-cartoon-image').click(function() {
  •                 actions(manhua_id);
  •                 $('.md').addClass('with-modal-actions');
  •                 $('body').addClass('reading');
  •             });
  •         }
  •     })
  • })();[/ol]复制代码
  • 回复

    使用道具 举报

    64

    主题

    1277

    回帖

    2834

    积分

    金牌会员

    积分
    2834
    发表于 2019-6-28 21:30:47 | 显示全部楼层
    无效的原因是因为没有加载jquery,请手动用@require 加载。怎么加载自查谷歌
    回复

    使用道具 举报

    145

    主题

    731

    回帖

    2025

    积分

    金牌会员

    积分
    2025
    发表于 2019-6-28 22:11:00 | 显示全部楼层
    马克,膜拜大佬
    回复

    使用道具 举报

    161

    主题

    2511

    回帖

    5623

    积分

    论坛元老

    积分
    5623
    发表于 2019-6-28 22:09:00 | 显示全部楼层
    让我来做第一个收藏的人
    回复

    使用道具 举报

    20

    主题

    878

    回帖

    1978

    积分

    金牌会员

    积分
    1978
    发表于 2019-6-28 18:51:55 | 显示全部楼层
    膜拜dalao,这种居然也能破解
    回复

    使用道具 举报

    82

    主题

    2051

    回帖

    4498

    积分

    论坛元老

    积分
    4498
    发表于 2019-6-28 18:52:58 | 显示全部楼层
    厉害。。
    回复

    使用道具 举报

    90

    主题

    259

    回帖

    860

    积分

    高级会员

    积分
    860
    发表于 2019-6-28 18:56:09 | 显示全部楼层
    来喽来喽,大佬来喽
    回复

    使用道具 举报

    56

    主题

    1303

    回帖

    2890

    积分

    金牌会员

    积分
    2890
    发表于 2019-6-28 18:56:52 | 显示全部楼层
    操作问题?使用
    Tampermonkey谷歌拓展提示脚本无效
    回复

    使用道具 举报

    69

    主题

    594

    回帖

    1523

    积分

    金牌会员

    积分
    1523
    发表于 2019-6-28 18:57:28 | 显示全部楼层
    提示用户脚本无效啊

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有账号?立即注册

    ×
    回复

    使用道具 举报

    16

    主题

    241

    回帖

    616

    积分

    高级会员

    积分
    616
    发表于 2019-6-28 18:57:37 | 显示全部楼层
    收藏了,谢谢大佬
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    关注公众号

    相关侵权、举报、投诉及建议等,请发 E-mail:admin@discuz.vip

    Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

    在本版发帖
    关注公众号
    返回顶部