Most annoying prank ever. Applies 0.5px blur to every website.
Currently only works in Chrome.
Open the Extensions panel and drag the blur-prank.user.js file in on your victims browser.
| // ==UserScript== | |
| // @name Dictionary | |
| // @version 0.1 | |
| // @author Sindre Sorhus | |
| // @include * | |
| // ==/UserScript== | |
| document.documentElement.style.webkitFilter='blur(0.5px)'; |
haha lol =)
Note to self: Set screen lock timeout to 30 seconds when near @sindresorhus
document.documentElement.style.webkitFilter='grayscale(100%)';Also see evil.css :)
Wow, that effect doesn't take long to make me feel anxious
Without extensions, you can just type this in the URL bar: javascript:void(document.documentElement.style.webkitFilter='blur(0.5px)');.
@mathiasbynens Good idea, thanks :)