diff --git a/Source/content_script.js b/Source/content_script.js index a34d9d18..5c613bc0 100644 --- a/Source/content_script.js +++ b/Source/content_script.js @@ -50,7 +50,7 @@ function handleText(textNode) { // Get the corner cases if(v.match(/cloud/i)) { // If we're not talking about weather - if(v.match(/PaaS|SaaS|IaaS|computing|data|storage|cluster|distributed|server|hosting|provider|grid|enterprise|provision|apps|hardware|software|/i)) { + if(v.match(/PaaS|SaaS|IaaS|computing|data|storage|cluster|distributed|server|hosting|provider|grid|enterprise|provision|apps|hardware|software/i)) { v = v.replace(/(C|c)loud/gi, function(match, p1, offset, string) { // c - 1 = b b = String.fromCharCode(p1.charCodeAt(0) - 1);