mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
Merge branch 'master' of github.com:gorhill/uBlock
This commit is contained in:
commit
794e23a9c9
@ -56,7 +56,7 @@
|
||||
},
|
||||
"www.fanboy.co.nz/fanboy-antifacebook.txt": {
|
||||
"off": true,
|
||||
"title": "Anti-ThirdpartySocial (see warning inside list)",
|
||||
"title": "Anti-ThirdpartySocial (see warning inside list)",
|
||||
"group": "social",
|
||||
"homeURL": "https://www.fanboy.co.nz/fanboy-antifacebook.txt"
|
||||
},
|
||||
|
@ -24,6 +24,10 @@
|
||||
(function() {
|
||||
'use strict';
|
||||
var vAPI = self.vAPI = self.vAPI || {};
|
||||
if(vAPI.vapiClientInjected) {
|
||||
return;
|
||||
}
|
||||
vAPI.vapiClientInjected = true;
|
||||
vAPI.safari = true;
|
||||
/******************************************************************************/
|
||||
var messagingConnector = function(response) {
|
||||
|
@ -18,6 +18,8 @@
|
||||
|
||||
Home: https://github.com/gorhill/uBlock
|
||||
*/
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
var whenSizeChanges = function(elm, callback) {
|
||||
var reset = function() {
|
||||
@ -63,3 +65,4 @@ var onLoaded = function() {
|
||||
whenSizeChanges(body, updateSize);
|
||||
};
|
||||
window.addEventListener('load', onLoaded);
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user