more adblock tweak

pull/4195/merge
Thibault Duplessis 2018-04-05 00:43:21 +02:00
parent 8e36f2a478
commit aa21e991b8
1 changed files with 3 additions and 2 deletions

View File

@ -16,9 +16,10 @@ $(function() {
$('#site_header').append('<a class="blocker button" href="'+url+'">' +
'<i data-icon=""></i>' +
'<strong>Install a malware blocker!</strong>' +
'Be safe from ads and trackers.<br />' +
'Be safe from ads and trackers<br />' +
'infesting Twitch and YouTube.<br />' +
'We recommend uBlock Origin<br />' +
'which is both free & open-source.' +
'which is free and open-source.' +
'</a>');
}, 1000);
});