@ -7,6 +7,14 @@
/ *
/ *
Terms of service ( ToS ) or term of usage or end - user license agreement ( EULA )
or any legally binding documents users of web services have to agree with yet never read
because they are made not to be read by any individual .
On the other hand , a large group of individual can much more easilly spread the load
and help itself by contributing what he can when he can , providing a basis for improvements
for others and producing stigmergy .
Work on the wiki side
Work on the wiki side
service template
service template
tos monitoring tools
tos monitoring tools
@ -49,8 +57,8 @@ function responseCheck(tos) {
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>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 + "\">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;' ;