@ -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' ) ;
var myDiv = document . createElement ( 'div' ) ;
myDiv . id = "GM_TOS_Inspector_Window" ;
myDiv . id = "GM_TOS_Inspector_Window" ;
myDiv . innerHTML += "<p class=\"tos_render\">" + tosRendering + "<ul>"
myDiv . innerHTML += "<p class=\"tos_render\">" + tosRendering + "<ul>"
// +"<li>Tune your settings<li/>"
// +"<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>" ;
+ "</ul></p>" ;
boxcss = 'position:fixed; right:5px; top:50px; background-color:white; z-index:1; opacity:0.9;' ;
boxcss = 'position:fixed; right:5px; top:50px; background-color:white; z-index:1; opacity:0.9;' ;
boxcss += 'padding:2px; margin:1px;' ;
boxcss += 'padding:2px; margin:1px;' ;