mirror of
https://github.com/JeremyRand/YaCyIndexerGreasemonkey
synced 2024-11-24 06:05:45 +00:00
Clarified in readme that this works in HTTPS sites too.
This commit is contained in:
parent
b1fd728b88
commit
258dfd8bfc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
YaCyIndexerGreasemonkey
|
YaCyIndexerGreasemonkey
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
This is a Greasemonkey script to index visited websites with the [YaCy P2P search engine](http://yacy.net/). It has the advantage over YaCy's proxy server that it can index pages with cookies, and (in many case) pages with query strings, without leaking private data. It can also crawl visited pages with a depth other than 0 (something YaCy's proxy does not support).
|
This is a Greasemonkey script to index visited websites with the [YaCy P2P search engine](http://yacy.net/). It has the advantage over YaCy's proxy server that it can index pages with cookies, pages which use HTTPS encryption, and (in many case) pages with query strings, without leaking private data. It can also crawl visited pages with a depth other than 0 (something YaCy's proxy does not support).
|
||||||
|
|
||||||
Installation (Basic)
|
Installation (Basic)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Reference in a new issue