// ==UserScript== // @name 720P.im 豆瓣电影下载搜索工具 // @namespace http://720p.im // @description 增加豆瓣电影的下载搜索链接 // @author 720p.im // @version 1.0 // @include http://movie.douban.com/subject/* // @grunt none // @downloadURL https://update.greasyfork.icu/scripts/6059/720Pim%20%E8%B1%86%E7%93%A3%E7%94%B5%E5%BD%B1%E4%B8%8B%E8%BD%BD%E6%90%9C%E7%B4%A2%E5%B7%A5%E5%85%B7.user.js // @updateURL https://update.greasyfork.icu/scripts/6059/720Pim%20%E8%B1%86%E7%93%A3%E7%94%B5%E5%BD%B1%E4%B8%8B%E8%BD%BD%E6%90%9C%E7%B4%A2%E5%B7%A5%E5%85%B7.meta.js // ==/UserScript== function run () { var title = $('html head title').text(); title = title.replace( '(豆瓣)', '' ).trim(); title = encodeURIComponent(title); var Movie_links = [ {html: "720P.im", href: "http://720p.im/search.php?q=" + title}, {html: "人人影视", href: "http://www.yayaxz.com/search/" + title} ]; var link = $("