// ==UserScript== // @name 豆瓣电影搜索在线观看&下载 // @namespace https://bbs.tampermonkey.net.cn/ // @version 0.6.0 // @description 点击片名后面的按钮可展开菜单,点击菜单外任何空白处即可隐藏菜单!收录精品站点,欢迎推荐! // @author 张仨 // @match https://movie.douban.com/subject/* // @grant none // @supportURL https://bbs.tampermonkey.net.cn/forum.php?mod=viewthread&tid=1204&extra=page%3D1 // @homepageURL https://bbs.tampermonkey.net.cn/forum.php?mod=viewthread&tid=1204&extra=page%3D1 // ==/UserScript== /*** * _ooOoo_ * o8888888o * 88" . "88 * (| -_- |) * O\ = /O * ____/`---'\____ * . ' \\| |// `. * / \\||| : |||// \ * / _||||| -:- |||||- \ * | | \\\ - /// | | * | \_| ''\---/'' | | * \ .-\__ `-` ___/-. / * ___`. .' /--.--\ `. . __ * ."" '< `.___\_<|>_/___.' >'"". * | | : `- \`.;`\ _ /`;.`/ - ` : | | * \ \ `-. \_ __\ /__ _/ .-` / / * ======`-.____`-.___\_____/___.-`____.-'====== * `=---=' * * ............................................. * 佛祖保佑 永无BUG */ /*** * 佛曰: * 写字楼里写字间,写字间里程序员; * 程序人员写程序,又拿程序换酒钱。 * 酒醒只在网上坐,酒醉还来网下眠; * 酒醉酒醒日复日,网上网下年复年。 * 但愿老死电脑间,不愿鞠躬老板前; * 奔驰宝马贵者趣,公交自行程序员。 * 别人笑我忒疯癫,我笑自己命太贱; * 不见满街漂亮妹,哪个归得程序员? */ (function () { 'use strict'; var movieTitle = document.querySelector('.year'); movieTitle.insertAdjacentHTML('afterend', ` `) var douBanPopUp = document.createElement("div"); document.body.appendChild(douBanPopUp); douBanPopUp.className = "douban-pop-up"; douBanPopUp.innerHTML = `
×
VIP👑视频解析脚本

支持爱奇艺、优酷、腾讯视频、哔哩哔哩网站会员视频解析,点击右侧按钮跳转至“油猴中文网”安装脚本...

` var btnDouBan = document.querySelector('.btn-douban'); var douBanTitle = document.querySelector('.douban-title'); var wbClose = document.querySelector('.wb-close'); var movieName = document.querySelector('title').innerText.replace(/(^\s*)|(\s*$)/g, '').replace(' (豆瓣)', ''); douBanTitle.innerText = movieName; btnDouBan.addEventListener('click', () => { douBanPopUp.style.display = 'block'; }) wbClose.addEventListener('click', () => { douBanPopUp.style.display = 'none'; }) var Video_1 = [ { "name": "低端", "url": "https://www.baidu.com/s?wd=site%3Addrk.me%20" }, { "name": "思古", "url": "https://www.siguyy.com/search/-------------.html?wd=" }, { "name": "饭团", "url": "https://fantuan.tv/vodsearch.html?wd=" }, { "name": "飘花", "url": "https://www.piaohua.com/plus/search.php?kwtype=0&keyword=" }, { "name": "爱迪", "url": "https://aidi.tv/vsearch/-------------.html?wd=" }, { "name": "片吧", "url": "https://www.pianba.net/so/-------------.html?wd=" }, { "name": "月亮", "url": "http://www.13tv.top/vodsearch.html?wd=" }, { "name": "九零", "url": "https://90r.cc/vodsearch/-------------/?wd=" }, { "name": "4K鸭", "url": "https://yanetflix.com/index.php/vod/search.html?wd=" }, { "name": "Auete", "url": "https://auete.com/search.php?searchword=" }, { "name": "BL解析", "url": "https://vip.bljiex.cc/?v=" }, { "name": "MK影视", "url": "https://www.mkvdo.com/?s=" }, { "name": "NO视频", "url": "https://www.novipnoad.com/?s=" }, { "name": "4K影视", "url": "https://www.4kvm.com/xssearch?s=" }, { "name": "瓜皮TV", "url": "https://www.dijiaxia.com/index.php/vod/search.html?wd=" }, { "name": "桔子TV", "url": "https://www.juztv.com/vodsearch/-------------/?wd=" }, { "name": "云播TV", "url": "https://www.yunbtv.net/vodsearch/-------------.html?wd=" }, { "name": "茶杯狐", "url": "https://www.cupfox.com/search?key=" }, { "name": "素白白", "url": "https://www.subaibai.com/grabble?q=" }, { "name": "大师兄", "url": "https://tv.ci/sb/ke7nhZe3c1-.html?wd=" }, { "name": "追剧吧", "url": "https://zjuba.com/index.php/vod/search/wd/" }, { "name": "美剧虫", "url": "https://www.meijuchong.com/vodsearch/-------------.html?wd=" }, { "name": "万影网", "url": "https://www.17skr.com/vod/search.html?wd=" }, { "name": "独播库", "url": "https://duboku.su/vodsearch/-------------.html?wd=" }, { "name": "真不卡", "url": "https://www.zbkyy.com/vodsearch/-------------/?wd=" }, { "name": "影客团", "url": "https://www.yingketuan.com/vodsearch/-------------.html?wd=" }, { "name": "思乐影视", "url": "https://www.4ltv.com/search/-------------.html?wd=" }, { "name": "在线之家", "url": "https://www.zxzj.fun/vodsearch/-------------.html?wd=" } ]; var Video_2 = [ { "name": "两个BT", "url": "https://www.bttwo.com/xssearch?q=" }, { "name": "MaGeDN", "url": "https://loli.magedn.com/?s=" }, { "name": "YYDS", "url": "https://yyds.fans/?s=" }, { "name": "YYeTs", "url": "https://yyets.dmesg.app/search?keyword=" }, { "name": "高清电台", "url": "https://gaoqing.fm/s.php?q=" }, { "name": "豆瓣下载", "url": "https://www.gaoqing888.com/search?kw=" } ]; var Video_3 = [ { "name": "爱奇艺", "url": "https://so.iqiyi.com/so/q_" }, { "name": "腾讯", "url": "https://v.qq.com/x/search/?q=" }, { "name": "优酷", "url": "https://so.youku.com/search_video/q_" } ]; var link_1 = document.querySelector('.link-1'); var link_2 = document.querySelector('.link-2'); var link_3 = document.querySelector('.link-3'); for (var i in Video_1) { var buttons_1 = document.createElement('a'); link_1.appendChild(buttons_1); buttons_1.innerHTML = Video_1[i].name; buttons_1.href = Video_1[i].url + movieName; buttons_1.target = "_blank"; }; for (var t in Video_2) { var buttons_2 = document.createElement('a'); link_2.appendChild(buttons_2); buttons_2.innerHTML = Video_2[t].name; buttons_2.href = Video_2[t].url + movieName; buttons_2.target = "_blank"; }; for (var s in Video_3) { var buttons_3 = document.createElement('a'); link_3.appendChild(buttons_3); buttons_3.innerHTML = Video_3[s].name; buttons_3.href = Video_3[s].url + movieName; buttons_3.target = "_blank"; }; })();