November 2011
4 posts
4 tags
NEW UNFOLLOWER SCRIPT!!
CHECK THIS OUT : http://userscripts.org/scripts/show/112207
p/s: i’m not gonna answer any question from this.
4 tags
How to stretch background image
1. Add this tag into body section
background-size: cover;
5 tags
Scroll up & bottom Button
1. Copy and paste this code before </head> tags.
<!----- SCROLL TOP/HOME/BOTTOM A1 ---->
<title>Scroll to Bottom or Top - DevCurry.com</title>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
</script>
<script type="text/javascript" language="javascript">
$(function () {
...
4 tags
Typing & Moving Title Bar II
1. Go to this site: http://www.bosiljak.hr/titlemaker/
2. Copy the code and paste it before </head> tags.