TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Any “Git diff”-like service but for when terms of conditions changes?

168 点作者 panchicore3超过 5 年前
One gets the terms of conditions updates via email, like linked-in, or just as start-up popup when you init the app, like xcode, anything that helps to understand exactly what changed especially for well-known apps?

14 条评论

dockers22超过 5 年前
I&#x27;m a co-founder of <a href="https:&#x2F;&#x2F;termscout.com" rel="nofollow">https:&#x2F;&#x2F;termscout.com</a> and our TermAlerts service does exactly what you are looking for.<p>We have attorneys on staff and looked into other tools, but understand that about half of the contracts that live on the web are not webpages, but versioned PDFs and could not find anyone that can catch when that occurs, so we built it ourselves.<p>When a change occurs we email a redline (diff) and in the process of working on a dashboard that you can see not only the version of the contract when you submitted it and the new one, but overtime be able to scroll through all previous versions of that contract too...very much inspired by Google Maps Street View timeline tool. :)
评论 #21566977 未加载
评论 #21566882 未加载
评论 #21565892 未加载
评论 #21565797 未加载
ratonofx超过 5 年前
There is <a href="https:&#x2F;&#x2F;tosback.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tosback.org&#x2F;</a> or <a href="https:&#x2F;&#x2F;www.docracy.com&#x2F;tos&#x2F;changes" rel="nofollow">https:&#x2F;&#x2F;www.docracy.com&#x2F;tos&#x2F;changes</a> for most popular services<p>Or<p>You can build your own <a href="https:&#x2F;&#x2F;github.com&#x2F;pde&#x2F;tosback2-data" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pde&#x2F;tosback2-data</a>
omneity超过 5 年前
<a href="https:&#x2F;&#x2F;monitoro.xyz" rel="nofollow">https:&#x2F;&#x2F;monitoro.xyz</a> does exactly this (assuming you use it with IFTTT to send updates to your favorite endpoint).<p>Disclaimer: I&#x27;m the author, and I&#x27;m happy to answer questions.
christefano超过 5 年前
Follow That Page has a good diff by email service for pages that change.<p><a href="https:&#x2F;&#x2F;www.followthatpage.com" rel="nofollow">https:&#x2F;&#x2F;www.followthatpage.com</a><p>I use Follow That Page to monitor about a dozen websites for things like news and events, changes to a change log.txt, and so on. It would work well for TOS and TOC web pages.
lcall超过 5 年前
There are some interesting suggestions here.<p>Another (free) is <a href="https:&#x2F;&#x2F;tosdr.org" rel="nofollow">https:&#x2F;&#x2F;tosdr.org</a> , which reviews many agreements but I don&#x27;t know of a diff feature in it.<p>I have read &amp; then saved agreements to a common directory (with memorable names &amp; dates) when agreeing to them, and wrote a little script (assumes *nix) that basically converts the html to text using w3m or such, shortens lines (or every long line looks different), then runs diff. Maybe I could post it at my simple site if there is interest (or see lukecall.net for an email address in the footer, and ask).<p>(Of course, that doesn&#x27;t work for the ones that don&#x27;t let you save the agreement content, short of doing a screen capture.)<p>(I posted my thoughts or rants about this problem at <a href="http:&#x2F;&#x2F;lukecall.net&#x2F;e-9223372036854587150.html" rel="nofollow">http:&#x2F;&#x2F;lukecall.net&#x2F;e-9223372036854587150.html</a> , and will add a link to this discussion as a resource.... Hm. My page links to a related discussion on slashdot.org where a minority of comments are somewhat interesting, like the one with &quot;IAAL&quot; in its text.)<p>Is there some movement to standardize ToS and such agreements, so you can just recognize &quot;oh yeah, it&#x27;s just agreement #7 again&quot; and not have to bother further (similarly to CC or known FLOSS licenses?)
alexsmolen超过 5 年前
This is what <a href="https:&#x2F;&#x2F;tosback.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tosback.org&#x2F;</a> does, I believe.
评论 #21565376 未加载
colejohnson66超过 5 年前
VisualPing? <a href="https:&#x2F;&#x2F;visualping.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;visualping.io&#x2F;</a>
评论 #21565177 未加载
评论 #21565226 未加载
jmfayard超过 5 年前
Not directly what you ask, but &quot;Terms of Service didn&#x27;t read&quot; is great<p><a href="https:&#x2F;&#x2F;tosdr.org&#x2F;#" rel="nofollow">https:&#x2F;&#x2F;tosdr.org&#x2F;#</a>
Dyaz17超过 5 年前
You can also use <a href="https:&#x2F;&#x2F;www.guardscript.com" rel="nofollow">https:&#x2F;&#x2F;www.guardscript.com</a> that does this for free and send you a diff in your email.
laurynas-s超过 5 年前
I am the founder of <a href="https:&#x2F;&#x2F;pagecrawl.io" rel="nofollow">https:&#x2F;&#x2F;pagecrawl.io</a> and this is exactly what can you do with the service.<p>I have been considering releasing a product only for tracking ToS only but haven&#x27;t managed to release it yet.
imduffy15超过 5 年前
<a href="https:&#x2F;&#x2F;scrapinghub.com&#x2F;autoextract" rel="nofollow">https:&#x2F;&#x2F;scrapinghub.com&#x2F;autoextract</a> may help you with this, it will provide the article in a structured form which you can then diff.
z3t4超过 5 年前
Wayback machine and text diff.
yayitswei超过 5 年前
You could try Diffbot.
damasko超过 5 年前
vimdiff