- Joined
- Feb 23, 2019
Kiwifarms allows users to give a blur effect on text, images, links, etc for hiding the content as a spoiler, while still making it slightly visible, like so.
I don't think this has come up yet, but the way in which a link can be taken advantage of by this feature could be problematic for users, making you initially & unknowingly click it because you wanted to see what was in the inline spoiler, but it instead redirected you to a potentially dangerous website, to an IP logger, etc.
Good: the key here is the order of what's within the BBCode; this is a non problematic use of the link + inline spoiler, if you click, the text will be first revealed:
This is a link, click on it!
[ISPOILER][URL='https://www.youtube.com/watch?v=o-YBDTqX_ZU']This is a link, click on it![/URL][/ISPOILER]
Bad: however this one will redirect you when you click it, instead of simply revealing the text first:
This is a link, click on it!
[URL='https://www.youtube.com/watch?v=o-YBDTqX_ZU'][ISPOILER]This is a link, click on it![/ISPOILER][/URL]
Needless to say, clicking links thoughtlessly & without checking what it is first is foolish, but this way is one that's currently possible by taking advantage of the user's assumption of how these features work and carelessness.
I don't think this has come up yet, but the way in which a link can be taken advantage of by this feature could be problematic for users, making you initially & unknowingly click it because you wanted to see what was in the inline spoiler, but it instead redirected you to a potentially dangerous website, to an IP logger, etc.
Good: the key here is the order of what's within the BBCode; this is a non problematic use of the link + inline spoiler, if you click, the text will be first revealed:
This is a link, click on it!
[ISPOILER][URL='https://www.youtube.com/watch?v=o-YBDTqX_ZU']This is a link, click on it![/URL][/ISPOILER]
Bad: however this one will redirect you when you click it, instead of simply revealing the text first:
This is a link, click on it!
[URL='https://www.youtube.com/watch?v=o-YBDTqX_ZU'][ISPOILER]This is a link, click on it![/ISPOILER][/URL]
Needless to say, clicking links thoughtlessly & without checking what it is first is foolish, but this way is one that's currently possible by taking advantage of the user's assumption of how these features work and carelessness.