Noise-X / Online Registeration Plus +

// ==UserScript==
// @name	Online Registeration Plus +
// @namespace     https://twitter.com/noisex95
// @version	0.1.3
// @icon	http://www.online.uob.edu.bh/favicon.ico
// @description	View Registeration function in main page of UOB Registeration web site for (semester 2, year:2014)
// @match	http://www.online.uob.edu.bh/cgi/regweb/*
// @copyright	2014+,Noise-X
// @grant	GM_info
// ==/UserScript==

    document.title = "Online Registration Plus +";

	var zNode       = document.createElement ('div');
    zNode.innerHTML = '<center><input type="button" onclick="alert(\'This tool is developed by: Noise-X\');" value="About Online Registeration Plus +" /></center>';
    document.body.appendChild (zNode);

	var newHTML         = document.createElement ('div');
    newHTML.innerHTML   = '             \
        <div align="center" id="Tools">	\
        <center>						\
        <br>							\
        <a href="https://twitter.com/intent/follow?original_referer=https%3A%2F%2Fabout.twitter.com%2Fresources%2Fbuttons&region=follow_link&screen_name=noisex95&tw_p=followbutton&variant=2.0" class="twitter-follow-button" data-show-count="false">\
        <img src="http://im74.gulfup.com/wKFU36.png" >\
        </a><br><br>\
        <table border="0" width="400" bgcolor="#000080">\
        <tbody><tr>						\
        <td><a href="/cgi/regweb/rgs_courses_page?pt_smsyer=2015/09/01&amp;p_smssms=1" width="122" height="29" border="0" target="main"><img src="/static/img/botton-6.jpg" width="134" height="29" border="0" target="main"></a></td>	\
        <td><a href="/cgi/regweb/add_course_page?pt_smsyer=2015/09/01&amp;p_smssms=1" width="122" height="29" border="0" target="main"><img src="/static/img/botton-5.jpg" width="61" height="29" border="0" target="main"></a></td>	\
        <td><a href="/cgi/regweb/DROP_course_page?pt_smsyer=2015/09/01&amp;p_smssms=1" width="122" height="29" border="0" target="main"><img src="/static/img/botton-4.jpg" width="122" height="29" border="0" target="main"></a></td>	\
        <td><a href="/cgi/regweb/UNDROP_course_page?pt_smsyer=2015/09/01&amp;p_smssms=1" width="122" height="29" border="0" target="main"><img src="/static/img/botton-3.jpg" width="80" height="29" border="0" target="main"></a></td>	\
        <td><a href="/cgi/regweb/replace_course_page?pt_smsyer=2015/09/01&amp;p_smssms=1" width="122" height="29" border="0" target="main"><img src="/static/img/replace.jpg" width="75" height="29" border="0" target="main"></a></td>	\
        </tr>							\
        </tbody></table>				\
        </center></div>					\
        ';
    
    document.body.appendChild (newHTML);