Skip to content

Instantly share code, notes, and snippets.

@fffonion
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fffonion/96c323042b9c6d7c150b to your computer and use it in GitHub Desktop.
Save fffonion/96c323042b9c6d7c150b to your computer and use it in GitHub Desktop.
antiads, f*ck crossdomain, f8ck swf loader
#add these lines
211.151.13.46 haha.tdimg.com
211.151.13.46 haha.hdslb.com
211.151.13.46 haha.pp.tv
// ==UserScript==
// @name YoukuAntiADs@res
// @author Harv.c, fffonion
// @description 你猜猜
// @version 0.2.6
// @namespace http://userscripts.org:8080/users/Harv
// @updateURL http://userscripts.org:8080/scripts/source/119622.meta.js
// @downloadURL http://userscripts.org:8080/scripts/source/119622.user.js
// @include http://*/*
// @include https://*/*
// @grant GM_xmlhttpRequest
// ==/UserScript==
(function() {
Function.prototype.bind = function() {
var fn = this, args = Array.prototype.slice.call(arguments), obj = args.shift();
return function() {
return fn.apply(obj, args.concat(Array.prototype.slice.call(arguments)));
};
};
function YoukuAntiAds() {}
YoukuAntiAds.prototype = {
_players: null,
_rules: null,
_done: null,
// iURL: chrome.extension.getURL('swf/'), //本地地址,默认!
iURL: 'http://haha.tdimg.com/antiad/', //在线地址
iURL_on: 'http://haha.tdimg.com/antiad/', //必须在线的地址
get players() {
if(!this._players) {
this._players = {
//=====================在线版or本地版(由iURL决定)地址开始=================================================
//双虚线之前为在线地址,请自行需该服务器地址!如使用本地版请注释掉双虚线以上地址
'youku_loader': this.iURL + 'loader.swf',
'youku_player': this.iURL + 'player.swf',
'ku6': this.iURL + 'ku6.swf',
'ku6_out': this.iURL + 'ku6_out.swf',
'iqiyi': this.iURL + 'iqiyi.swf',
'iqiyi5': this.iURL + 'iqiyi5.swf',
'iqiyi_out': this.iURL + 'iqiyi_out.swf',
'pps': this.iURL + 'pps.swf',
'pplive': this.iURL + 'pplive.swf',
'pplive_live': this.iURL + 'pplive_live.swf',
'tudou': this.iURL + 'tudou.swf',
//'letv': this.iURL + 'letv.swf',
'sohu':this.iURL + 'sohu.swf',
'sohu_live': this.iURL + 'sohu_live.swf',
//======================必须在线版地址开始======================================================================================
//双虚线之间的地址不能换为本地地址,否则外联出错,请尽量更改为自己的服务器地址!
'letv': this.iURL_on + 'letv.swf',
//'letv_c': this.iURL_on + 'letv0225.swf',
'tudou_olc': this.iURL_on + 'olc_8.swf',
'tudou_sp': this.iURL_on + 'sp.swf',
//'sohu': this.iURL_on + 'sohu.swf',
//'sohu_live': this.iURL_on + 'sohu_live.swf',
'17173': this.iURL_on + '17173.swf',
'17173_out': this.iURL_on + '17173_out.swf',
'17173_live': this.iURL_on + '17173_live.swf',
//========================必须在线版地址结束========================================================
////======================大B站专用======================================================================================
//'bili_sohu': this.iURL_on + 'bili_sohu.swf',
'bili_sohu': 'http://haha.hdslb.com/antiad/bili_sohu.swf',
//'bili_pptv': '',//noneed
};
}
return this._players;
},
get rules() {
if(!this._rules) {
this._rules = {
'youku_loader': {
'find': /^http:\/\/static\.youku\.com(\/v[\d\.]*)?\/v\/swf\/loader?\.swf/i,
'replace': this.players['youku_loader']
},
'youku_player': {
'find': /^http:\/\/static\.youku\.com(\/v[\d\.]*)?\/v\/swf\/q?player.*\.swf/i,
'replace': this.players['youku_loader']
},
'youku_out': {
'find': /^http:\/\/player\.youku\.com\/player\.php\/.*sid\/([\w=]+).*(\/v)?\.swf.*/i,
'replace': this.players['youku_loader'] + '?showAd=0&VideoIDS=$1'
},
'ku6': {
'find': /^http:\/\/player\.ku6cdn\.com\/default\/.*\/(v|player)\.swf/i,
'replace': this.players['ku6']
},
'ku6_out': {
'find': /^http:\/\/player\.ku6\.com\/(inside|refer)\/([^\/]+)\/v\.swf.*/i,
'replace': this.players['ku6_out'] + '?vid=$2'
},
'iqiyi': {
'find': /^https?:\/\/www\.iqiyi\.com\/(player\/(\d+\/Player|[a-z0-9]*)|common\/flashplayer\/\d+\/(Main)?Player_.*)\.swf/i,
'replace': this.players['iqiyi']
},
'iqiyi_out': {
'find': /^https?:\/\/player\.video\.i?qiyi\.com\/([^\/]*)\/.*tvId=([^-]*).*/i,
'replace': this.players['iqiyi_out'] + '?vid=$1&tvId=$2'
},
'iqiyi_out_2': {
'find': /^https?:\/\/(player|dispatcher)\.video\.i?qiyi\.com\/(.*\/shareplayer\.swf|qiyi)/i,
'replace': this.players['iqiyi_out']
},
'pps': {
'find': /^https?:\/\/www\.iqiyi\.com\/player\/cupid\/.*\/pps[\w]+.swf/i,
'replace': this.players['pps']
},
'pplive': {
'find': /^http:\/\/player\.pplive\.cn\/ikan\/.*\/player4player2\.swf/i,
'replace': this.players['pplive']
},
'pplive_live': {
'find': /^http:\/\/player\.pplive\.cn\/live\/.*\/player4live2\.swf/i,
'replace': this.players['pplive_live']
},
'tudou': {
'find': /^http:\/\/js\.tudouui\.com\/.*PortalPlayer[^\.]*\.swf/i,
'replace': this.players['tudou']
},
'tudou_out': {
'find': /^http:\/\/www\.tudou\.com\/.*(\/v\.swf)?/i,
'replace': this.players['tudou_olc'] + '?tvcCode=-1&swfPath=' + this.players['tudou_sp']
},
'letv': {
'find': /^http:\/\/.*letv[\w]*\.com\/.*\/((?!(Live|seed))((C|S)[\w]{2,3})?(?!Live)[\w]{4}|swf)Player*\.swf/i,
'replace': this.players['letv']
},
'letv_hz': {
'find': /^http:\/\/.*letv[\w]*\.com\/(hz|.*player\/(s)?sdkletv)player\.swf.*/i,
'replace': this.players['letv']
},
'letv_duowan': {
'find': /^http:\/\/assets\.dwstatic\.com\/.*\/vpp\.swf/i,
'replace': 'http://yuntv.letv.com/bcloud.swf'
},
'letv_out': {
'find': /^http:\/\/.*\.letvimg\.com\/.*\/(letvbili|lbplayer|letv-wrapper|acfunletv[^\.]*)\.swf/i,
'replace': this.players['letv']
},
'letv_skin': {
'find': /http:\/\/.*letv[\w]*\.com\/p\/\d+\/\d+\/(?!15)\d*\/newplayer\/\d+\/S?SLetvPlayer\.swf/i,
'replace': 'http://player.letvcdn.com/p/201407/24/15/newplayer/1/SSLetvPlayer.swf'
},
'sohu': {
'find': /^http:\/\/tv\.sohu\.com\/upload\/swf\/(?!(live|\d+)).*\d+\/(main|PlayerShell)\.swf/i,
'replace': this.players['sohu']
},
'sohu_live': {
'find': /^http:\/\/(tv\.sohu\.com\/upload\/swf\/(live\/|)\d+|61\.135\.176\.223.*\/.*)\/(main|PlayerShell)\.swf/i,
'replace': this.players['sohu_live']
},
'sohu_out_1': {
'find': /^http:\/\/.*\.sohu\.com\/my\/v\.swf(.*)/i,
'replace': this.players['sohu_live'] + '?$1'
},
'sohu_out_2': {
'find': /^http:\/\/.*\.sohu\.com\/(\d+)\/v\.swf/i,
'replace': this.players['sohu_live'] + '?vid=$1'
},
'17173': {
'find': /^http:\/\/f\.v\.17173cdn\.com\/(\d*)\/flash\/PreloaderFile\.swf/i,
'replace': this.players['17173']
},
'17173_live': {
'find': /^http:\/\/f\.v\.17173cdn\.com\/(\d*)\/flash\/Player_stream(_firstpage)?\.swf/i,
'replace': this.players['17173_live']
},
'17173_out_1': {
'find': /^http:\/\/f\.v\.17173cdn\.com\/player_f2\/(\w+)\.swf/i,
'replace': this.players['17173_out'] + '?cid=$1'
},
'17173_out_2': {
'find': /^(http:\/\/17173\.tv\.sohu\.com\/player[^\.]*\.swf)/i,
'replace': this.players['17173_out']
},
'bili_sohu': {
'find': /^http:\/\/static\.hdslb\.com\/sohu\.swf/i,
'replace': this.players['bili_sohu']
},
'bili_pptv': {
'find': /^http:\/\/static\.hdslb\.com\/pptv\.swf/i,
'replace': 'http://static.hdslb.com/pptv.swf'//not change
},
'bili_youku': {
'find': /^http:\/\/static\.hdslb\.com\/youku\.swf/i,
'replace': 'http://static.hdslb.com/youku.swf'//not change
},
}
}
return this._rules;
},
get done() {
if(!this._done) {
this._done = new Array();
}
return this._done;
},
initPreHandlers: function() {
this.rules['iqiyi']['preHandle'] = function(elem, find, replace, player) {
if(document.querySelector('span[data-flashplayerparam-flashurl]')) {
replace = this.players['iqiyi5'];
}
this.reallyReplace.bind(this, elem, find, replace)();
}
this.rules['iqiyi_out']['preHandle'] = function(elem, find, replace, player) {
var match = player.match(/(autoplay)=[^&]+/ig);
if(match) {
replace += '&' + match.join('&');
}
this.reallyReplace.bind(this, elem, find, replace)();
}
this.rules['tudou_out']['preHandle'] = function(elem, find, replace, player) {
var fn = this;
var isFx = /firefox/i.test(navigator.userAgent);
GM_xmlhttpRequest({
method: isFx ? 'HEAD' : 'GET',
url: isFx ? player : 'https://query.yahooapis.com/v1/public/yql?format=json&q=' + encodeURIComponent('use"https://haoutil.googlecode.com/svn/trunk/firefox/tudou_redirect.yql.xml" as tudou; select * from tudou where url="' + player + '" and referer="' + window.location.href + '"'),
onload: function(response) {
console.log(response.responseText);
var finalUrl = (isFx ? response.finalUrl : response.responseText);
/*var match = finalUrl.match(/(iid|youkuid|resourceid|autoplay|snap_pic)=[^&]+/ig);
if(match && !/error/i.test(finalUrl)) {
replace += '&' + match.join('&');
}
fn.reallyReplace.bind(fn, elem, find, replace)();*/
finalUrl = finalUrl.match(/http:[^"]+/)[0];
replace = finalUrl.replace(/http.*?swf/, fn.players['tudou_olc']);
fn.reallyReplace.bind(fn, elem, find, replace)();
}
});
}
this.rules['bili_pptv']['preHandle']=function(elem, find, replace, player){
var fn = this;
var flashvars = elem.getAttribute('flashvars');
var old_swf = decodeURIComponent(flashvars.split('=').slice(-1).pop());
//only for those browsers without response.finalUrl support
var isMX = /Maxthon/i.test(navigator.userAgent);
var isFx = /firefox/i.test(navigator.userAgent);
var real_swf;
GM_xmlhttpRequest({
method: isFx ? 'HEAD' : 'GET',
url: isFx ? player : 'https://query.yahooapis.com/v1/public/yql?format=json&q=' + encodeURIComponent('use"https://haoutil.googlecode.com/svn/trunk/firefox/tudou_redirect.yql.xml" as tudou; select * from tudou where url="' + old_swf + '" and referer="http://static.hdslb.com/pptv.swf"'),
onload: function(response) {
var real_swf = (isFx ? response.finalUrl : (response.responseText.match(/http:.+\.swf/)[0]));
//console.log(real_swf);
real_swf = real_swf.replace(/^http:\/\/player\.pplive\.cn\/ikan\/.*\/player4player2\.swf/i,fn.players['pplive']);
elem.setAttribute('flashvars', flashvars.replace(/url.+/g, 'url='+encodeURIComponent(real_swf)).replace(/&/g,'&'));
fn.reallyReplace.bind(fn, elem, find, replace)();
}
});
/*GM_xmlhttpRequest({
method: isMX ? 'POST' : 'HEAD',
headers: isMX ? {
'Content-Type':'application/x-www-form-urlencoded; charset=UTF-8'
} : {},
url: isMX ? 'http://www.rexswain.com/cgi-bin/httpview.cgi' : old_swf,
data:isMX ? ('url='+encodeURIComponent(old_swf)+'&req=Head&ver=1.1&fmt=Auto&uag=&ref=http://static.hdslb.com/pptv.swf&aen=') : '',
onload: function(response) {
if(isMX){
var reg=/Location:·(.+)\<\/TT\>\<FONT/i;
reg.test(response.responseText);
real_swf = RegExp.$1.replace(/&amp;/g,'&');
real_swf = real_swf.replace(/^http:\/\/player\.pplive\.cn\/ikan\/.*\/player4player2\.swf/i,fn.players['pplive']);
}else{
real_swf.response.finalUrl;
}
elem.setAttribute('flashvars', flashvars.replace(/url.+/g, 'url='+encodeURIComponent(real_swf)).replace(/&amp;/g,'&'));
fn.reallyReplace.bind(fn, elem, find, replace)();
}
});*/
}
/*this.rules['bili_youku']['preHandle']=function(elem, find, replace, player){
var fn = this;
var flashvars = elem.getAttribute('flashvars');
var old_swf = decodeURIComponent(flashvars.split('=').slice(-1).pop());//last
//only for those browsers without response.finalUrl support
var isMX = /Maxthon/i.test(navigator.userAgent);
var real_swf;
GM_xmlhttpRequest({
method: isMX ? 'POST' : 'HEAD',
headers: isMX ? {
'Content-Type':'application/x-www-form-urlencoded; charset=UTF-8'
} : {},
url: isMX ? 'http://www.rexswain.com/cgi-bin/httpview.cgi' : old_swf,
data:isMX ? ('url='+encodeURIComponent(old_swf)+'&req=Head&ver=1.1&fmt=Auto&uag=&ref=http://static.hdslb.com/youku.swf&aen=') : '',
onload: function(response) {
console.log(response);
if(isMX){
var reg=/Location:·(.+)\<\/TT\>\<FONT/i;
reg.test(response.responseText);
real_swf = RegExp.$1.replace(/&amp;/g,'&');
real_swf = real_swf.replace(/static\.youku\.com(\/v[\d\.]*)?\/v\/swf\/loader?\.swf/i,'haha.tdimg.com/antiad/loader.swf');
}else{
real_swf.response.finalUrl;
}
elem.setAttribute('flashvars', flashvars.replace(/url.+/g, 'url='+encodeURIComponent(real_swf)).replace(/&amp;/g,'&'));
fn.reallyReplace(elem, find, replace);
}
});
}*/
this.rules['bili_youku']['preHandle']=function(elem, find, replace, player){
var flashvars = elem.getAttribute('flashvars');
var old_swf = decodeURIComponent(flashvars.split('=').slice(-1).pop());//last
console.log(old_swf);
var real_swf = 'http://haha.tdimg.com/antiad/loader.swf?VideoIDS='+old_swf.split('/').slice(-2, -1).pop();//last 2nd
elem.setAttribute('flashvars', flashvars.replace(/url.+/g, 'url='+encodeURIComponent(real_swf)).replace(/&amp;/g,'&'));
this.reallyReplace.bind(this, elem, find, replace)();
}
this.rules['tudou']['preHandle']=function(elem, find, replace, player){
this.reallyReplace.bind(this, elem, find, replace)();
document.getElementsByClassName('player_box')[0].style.height="526px";//fix
}
},
addAnimations: function() {
var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = 'object,embed{\
-webkit-animation-duration:.001s;-webkit-animation-name:playerInserted;\
-ms-animation-duration:.001s;-ms-animation-name:playerInserted;\
-o-animation-duration:.001s;-o-animation-name:playerInserted;\
animation-duration:.001s;animation-name:playerInserted;}\
@-webkit-keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}\
@-ms-keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}\
@-o-keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}\
@keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}';
document.getElementsByTagName('head')[0].appendChild(style);
},
animationsHandler: function(e) {
if(e.animationName === 'playerInserted') {
this.replace(e.target);
}
},
replace: function(elem) {
if(this.done.indexOf(elem) != -1) return;
this.done.push(elem);
var player = elem.data || elem.src;
if(!player) return;
var i, find, replace, isReplacing = false;
for(i in this.rules) {
find = this.rules[i]['find'];
if(find.test(player)) {
replace = this.rules[i]['replace'];
if('function' === typeof this.rules[i]['preHandle']) {
isReplacing = true;
this.rules[i]['preHandle'].bind(this, elem, find, replace, player)();
}
if(!isReplacing) {
this.reallyReplace.bind(this, elem, find, replace)();
}
break;
}
}
},
reallyReplace: function(elem, find, replace) {
elem.data && (elem.data = elem.data.replace(find, replace)) || elem.src && ((elem.src = elem.src.replace(find, replace)) && (elem.style.display = 'block'));
this.reloadPlugin(elem);
},
reloadPlugin: function(elem) {
var nextSibling = elem.nextSibling;
var parentNode = elem.parentNode;
parentNode.removeChild(elem);
var newElem = elem.cloneNode(true);
this.done.push(newElem);
if(nextSibling) {
parentNode.insertBefore(newElem, nextSibling);
} else {
parentNode.appendChild(newElem);
}
},
init: function() {
this.initPreHandlers();
var handler = this.animationsHandler.bind(this);
document.body.addEventListener('webkitAnimationStart', handler, false);
document.body.addEventListener('msAnimationStart', handler, false);
document.body.addEventListener('oAnimationStart', handler, false);
document.body.addEventListener('animationstart', handler, false);
this.addAnimations();
}
};
new YoukuAntiAds().init();
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment