弹琴吧VIP播放脚本

需要安装他们的客户端,调用客户端播放的.

  1. // ==UserScript==
  2. // @name 弹琴吧VIP播放脚本
  3. // @namespace https://www.yge.me/
  4. // @version 0.2
  5. // @description 需要安装他们的客户端,调用客户端播放的.
  6. // @author Y.A.K.E
  7. // @match http://www.tan8.com/yuepu-*.html
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. // Your code here...
  15.  
  16. if ('javascript:;' == jQuery("#btn_play").attr('href')){
  17. var vhref ='/open_yp.php?ypid=' + ypid;
  18. jQuery("#btn_play").attr('href',vhref ).attr('target',"_blank").html('免VIP播放').removeAttr('id');
  19. }
  20. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址