1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

#1461: fiddled with experimental scriplet

This commit is contained in:
gorhill 2016-03-13 19:32:24 -04:00
parent 3ed3c27277
commit ba60329109
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ dcc881135f01d1e264c2be59a8aaa1e0 assets/ublock/filters.txt
98088252cedafb8571cf61b91bea219e assets/ublock/badware.txt
5baa90e2da7cd6a73edff2010557ee57 assets/ublock/redirect.txt
b65ec581214a0d24dad6522a60f827ab assets/ublock/experimental.txt
5ee3e1aa589018d7abf5978306e2c018 assets/ublock/resources.txt
f9271029eca23f1dee2da293f4c15b23 assets/ublock/resources.txt
059e0bfbf22bd242dda7b07389fe09a2 assets/ublock/filter-lists.json
3605c73f21abca428c7eb69a8bc32dfe assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
a91af77c47c302c0741c7445b0fada1a assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt

View File

@ -832,7 +832,8 @@ ytad-defuser.js application/javascript
var ytp, ytpc;
var trapytpca = function() {
if ( ytpc && ytpc.args && typeof ytpc.args.ad_slots === 'string' ) {
ytpc.args.ad_slots = ytpc.args.ad_slots.replace(/^0+(,|$)/, '');
ytpc.args.ad_slots = '0';
ytpc.args.afv_instream_max = '500';
}
};
var trapytpc = function() {