41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
|
# Tumblr Evil Detector
|
||
|
|
||
|
## Description
|
||
|
|
||
|
This is a simple TamperMonkey script that does one thing: warn you if
|
||
|
you're about to reblog a post with a script in it. Malicious users will
|
||
|
often hide javascript tags in the caption of a photograph which detects
|
||
|
when you're actually looking at the page (through mouse or keyboard
|
||
|
actions) and redirects you a site full of malware, spam, or porn. This
|
||
|
script is intended to help prevent that, and make your follower's
|
||
|
reading experience more pleasant.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
You will need Tampermonkey installed in your browser, then install the
|
||
|
Javascript file found in this directory into Tampermonkey.
|
||
|
|
||
|
## Behavior
|
||
|
|
||
|
The URL filter currently only identifies pages on Tumblr that are POST
|
||
|
pages. If the user has a custom DNS, sadly we can't detect them, but
|
||
|
few if any spammers go to those lengths to snare people. It will put a
|
||
|
message in the UPPER LEFT corner of the page with the words "SCRIPT
|
||
|
DETECTED" if a malicious javascript file is detected in the post
|
||
|
message.
|
||
|
|
||
|
That's all it does. It's very short. But it's also very effective.
|
||
|
|
||
|
## LICENSE:
|
||
|
|
||
|
This is free and unencumbered software released into the public domain.
|
||
|
|
||
|
Anyone is free to copy, modify, publish, use, compile, sell, or
|
||
|
distribute this software, either in source code form or as a compiled
|
||
|
binary, for any purpose, commercial or non-commercial, and by any
|
||
|
means.
|
||
|
|
||
|
## AUTHOR:
|
||
|
|
||
|
Me, Elf M. Sternberg <elf.sternberg@gmail.com>
|