differenciate analysis and resulting signal

master
Fabien Benetou 13 years ago
parent e988d236ba
commit 67083e5a6c
  1. 4
      greasemonkey/tos_inspector.user.js

@ -51,14 +51,14 @@ function responseCheck(tos) {
}
}
tosRendering = GM_getValue("tosLastResult",'<img src="'+wikiUrl+'pub/orange-light.png" /><font color="orange">Warning</font> ToS not found, please consider <a href="'+wikiUrl+tosPath+'/'+serviceName+'">adding it</a>.');
tosRendering = GM_getValue("tosLastResult",'<img src="'+wikiUrl+'pub/orange-light.png" /><font color="orange">Warning</font> ToS not found, please consider <a href="'+wikiUrl+tosPath+'/'+serviceName+'Analysis">adding it</a>.');
var myDiv = document.createElement('div');
myDiv.id = "GM_TOS_Inspector_Window";
myDiv.innerHTML += "<p class=\"tos_render\">"+tosRendering+"<ul>"
// +"<li>Tune your settings<li/>"
+"<li>Have your doubt or think it is not correct?<br/>Contribute to <a href=\""+wikiUrl+tosPath+"/"+serviceName+"\">the ToS wiki page for this service</a>.</li>"
+"<li>Have your doubt or think it is not correct?<br/>Contribute to <a href=\""+wikiUrl+tosPath+"/"+serviceName+"Analysis\">the ToS wiki page for this service</a>.</li>"
+"</ul></p>";
boxcss = 'position:fixed; right:5px; top:50px; background-color:white; z-index:1; opacity:0.9;';
boxcss += 'padding:2px; margin:1px;';

Loading…
Cancel
Save