Replaces developer console with trollface console or anything custom.
Absolutely useless stuff. Include trollsole.js into your html document, and ask your colleague or friend to check what is wrong with console :)
Works only with F12 shortcut key on Windows!
Examples:
Default trollface
Be aware, it's scary and loud..
Vacancions
- Paste in head of your document:
<script type="text/javascript" src="trollsole/trollsole.js"></script>
- Before body closes paste this:
<div id="trollface_console" class="console disabled">
<div class="head_wrap">
<div class="close_console" onclick="show_trolfface_console();"></div>
<div class="head_left"></div>
<div class="head_right"></div>
<div class="trollface"></div>
<div class="social_cont">
<h2>Your message</h2>
<p>Your submessage.</p>
</div>
</div>
</div>
Optional: Add there your custom content and have fun :)
P.s. Developer -> tools or left click "Inspect element" will bring console back.