detail of the goal added

master
Fabien Benetou 13 years ago
parent a61918c78b
commit e988d236ba
  1. 12
      greasemonkey/tos_inspector.user.js

@ -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
service template
tos monitoring tools
@ -49,8 +57,8 @@ function responseCheck(tos) {
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>Contribute to <a href=\""+wikiUrl+tosPath+"/"+serviceName+"\">the ToS wiki page for this service</a>.</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>"
+"</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