您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Download nhạc nhất lượng cao tại mp3.zing.vn, NCT
当前为
// ==UserScript== // @name Tool Get Link Mp3zing.vn, Nhaccuatui // @namespace Phạm Doãn Hiếu ||| FB: https://www.facebook.com/100010921898385 || [email protected] // @version 3.2.7 // @icon https://scontent.fhan3-1.fna.fbcdn.net/v/t1.0-9/12745629_1731761047052278_7588513378801632516_n.png?oh=4fc68353984cac9fd3d6f2f39708eb70&oe=5A2334FB // @description Download nhạc nhất lượng cao tại mp3.zing.vn, NCT // @match http://mp3.zing.vn/bai-hat/*.html* // @match http://mp3.zing.vn/album/*.html* // @match http://mp3.zing.vn/playlist/*.html* // @match http://mp3.zing.vn/nghe-si/* // @match http://mp3.zing.vn/tim-kiem/bai-hat.html?q=* // @match http://www.nhaccuatui.com/bai-hat/* // @match https://www.fshare.vn/file/* // @copyright 2017+ / Phạm Doãn Hiếu // @grant none // ==/UserScript== $(function () if (location.pathname.indexOf('/file/') === 0) {$('.policy_download').prepend('<div class="col-xs-12"><a title="Download nhanh qua Htstar.design" style="margin-top: 10px; height: 70px;" class="btn btn-success btn-lg btn-block btn-download-sms" href="http://htstar.design/getfs.php?link=' + location.href + '"> <i class="fa fa-cloud-download fa-2x pull-left"></i> <span class="pull-right text-right download-txt"> Tải nhanh<br> <small>Tool Get link From Tiện Ích Máy Tính </small> </span></a></div>')}; });