// ==UserScript== // @name 動畫瘋·Plus // @namespace https://home.gamer.com.tw/homeindex.php?owner=xu3u04u48 // @version 1.17.0 // @description 分級標識自動同意、自動切換至下一集、影片空降座標、網頁全螢幕、全螢幕發送彈幕、子母畫面 // @author xu3u04u48 // @match *://ani.gamer.com.tw/animeVideo.php?sn=* // @icon https://i2.bahamut.com.tw/anime/baha_s.png // @require https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js // @grant GM_setValue // @grant GM_getValue // @run-at document-end // @downloadURL none // ==/UserScript== (function() { 'use strict'; //檢查Beta播放器是否開啟 if(Cookies.get('player') == 'new') { return //不執行以下程式碼 } var ncc_warning_save = (GM_getValue("ncc_warning") != null )?GM_getValue("ncc_warning"): GM_setValue('ncc_warning','false'); var grading_save = (GM_getValue('grading_save') != null )?GM_getValue('grading_save'):GM_setValue('grading_save','none'); var video_next_skip = (GM_getValue('video_next') != null )?GM_getValue('video_next'):GM_setValue('video_next','false'); var password_save = GM_getValue('password_save'); var grading_bool = false,video_next_bool = false; var deviceid = animefun.getdeviceid(); var sn = animefun.videoSn; //使用者介面 var aniplusui_html = '