From ef1c4d3bf60e61af8b72501d750ba09b07fcf675 Mon Sep 17 00:00:00 2001 From: Ali Mousavi Date: Thu, 10 Sep 2015 14:34:47 +0430 Subject: [PATCH] Fixed removing the default style. --- khayyamJS.user.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/khayyamJS.user.js b/khayyamJS.user.js index 9753897..10694a0 100644 --- a/khayyamJS.user.js +++ b/khayyamJS.user.js @@ -34,7 +34,7 @@ Github: https://github.com/tuxitop/khayyamJS // @namespace http://alimsvi.ir/ // @description changes the UI of the presented course list in the student portal of Khayyam university of Mashhad. // @include http://stu.khayyam.ac.ir/strcss/ShowPresentedCourses.php -// @version 0.1.1 +// @version 0.1.2 // @author Ali Mousavi // @require https://code.jquery.com/jquery-1.10.2.js // @require https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js @@ -303,14 +303,15 @@ var mkCourseArray = function() { var createBody = function() { // makes the page ready and creates the body of the page. - $("center, style").remove(); + $("center").prevAll("script").remove(); + $("center, style, link").remove(); // add necessary styleseets. $('head').append( '' + '' + '' + - '' + '' ); //navbar @@ -362,7 +363,7 @@ var createBody = function() { 'این پروژه تحت مجوز MIT منتشر شده است (متن مجوز در صفحه‌ی گیت‌هاب پروژه و در فایل LICENSE موجود می‌باشد). ' + 'استفاده از کدهای این پروژه در پروژه‌های دیگر با رعایت شرایط مجوز MIT آزاد می‌باشد.' + '

' + - '

صفحه‌ی پروژه در گیت‌هاب: https://github.com/tuxitop/khayyamJS

' + + '

صفحه‌ی پروژه در گیت‌هاب: https://github.com/tuxitop/khayyamJS

' + '' + '' + '' +