mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-11 07:38:58 +01:00
Update options.js
This commit is contained in:
parent
ef38abe545
commit
8ac4763b71
@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
// getting the translation of all the messages
|
||||
logging.message("transate all messages");
|
||||
logging.message("translate all messages");
|
||||
traverse(document.body, function(node){
|
||||
if (node.nodeType === 3){
|
||||
var lines = node.nodeValue.replace(/\b__MSG_(.+)__\b/g, function(m, key){
|
||||
@ -133,4 +133,4 @@
|
||||
}
|
||||
});
|
||||
});
|
||||
}());
|
||||
}());
|
||||
|
Loading…
Reference in New Issue
Block a user