uriteller icon indicating copy to clipboard operation
uriteller copied to clipboard

A service for monitoring whether chat apps etc. leak URLs

Results 9 uriteller issues
Sort by recently updated
recently updated
newest added

It would be interesting to know, whether the visit is just a static one (curl-like, download-only) or if the visitor actually executes JavaScript.

feature

Support traps serving .jpg, .png etc. as some services and bots only watch for images. Suggested by https://twitter.com/raimue/status/794558042255851520.

feature

Export (JSON? CSV?) results from monitor page. As suggested in tweet: https://twitter.com/ialexs/status/794568523871719424

feature

Publish the "country code -> flag emoji" helper as a separate library, currently located at `lib/country-flag.js`. Double-check that npm doesn't already have a replacement with a suitably small code side....

task

User-Agents take a lot of space in the monitor view. We could use something like [browscap-js](https://github.com/mimmi20/browscap-js) or [node-browscap](https://github.com/dangrossman/node-browscap) to perform an educated guess about the browser (or crawler etc.) based...

feature

At the moment this info is collected by the worker service, but now shown in the monitor view.

feature

Document the following things: - What project components are there (browser code, frontend service, worker). - How the components work together. - Requirements & assumptions (example: browser bundle has to...

task

Publish the "copy to clipboard" helper as a separate library, currently located at `lib/copy-to-clipboard.js`. Double-check that npm doesn't already have a replacement with a suitably small code side. If there...

task