mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-02-24 03:20:12 +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
|
// getting the translation of all the messages
|
||||||
logging.message("transate all messages");
|
logging.message("translate all messages");
|
||||||
traverse(document.body, function(node){
|
traverse(document.body, function(node){
|
||||||
if (node.nodeType === 3){
|
if (node.nodeType === 3){
|
||||||
var lines = node.nodeValue.replace(/\b__MSG_(.+)__\b/g, function(m, key){
|
var lines = node.nodeValue.replace(/\b__MSG_(.+)__\b/g, function(m, key){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user