diff --git a/popup.js b/popup.js
index b8efb3f..0f62daa 100644
--- a/popup.js
+++ b/popup.js
@@ -70,7 +70,7 @@ function changeStatistics(){
globalURLCounter = 0;
}
- globalPercentage.text((globalCounter/globalURLCounter).toFixed(3)+"%");
+ globalPercentage.text((globalCounter/globalURLCounter).toFixed(3)*100+"%");
});
};
ClearURLs 1.1.1.0
+ ClearURLs 1.1.1.1