Skip to content

Replaces developer console with trollface console or anything custom.

Notifications You must be signed in to change notification settings

artrayd/TrollsoleJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrollsoleJS

Replaces developer console with trollface console or anything custom.

Trollsole

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

Usage:

  1. Paste in head of your document:
<script type="text/javascript" src="trollsole/trollsole.js"></script>
  1. 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.

About

Replaces developer console with trollface console or anything custom.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published