enter something useful
目前為
// ==UserScript==
// @name Tinhte filter
// @namespace http://your.homepage/
// @version 0.1
// @description enter something useful
// @author You
// @match http://tampermonkey.net/scripts.php
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
// @require http://code.jquery.com/ui/1.11.2/jquery-ui.js
// @include /^https?://tinhte\.vn/.*$/
// ==/UserScript==
/* jshint -W097 */
//$( "table" ).css("border","10px solid red");
//$("#divHeader").remove();
//To move ABOVE an element:
//$('.whatToMove').insertBefore('.whereToMove');
//To move AFTER an element:
//$('.whatToMove').insertAfter('.whereToMove');
//To move inside an element, ABOVE ALL elements inside that container:
//$('.whatToMove').prependTo('.whereToMove');
//To move inside an element, AFTER ALL elements inside that container:
//$('.whatToMove').appendTo('.whereToMove');
$('.uix_mainSidebar_right').remove();
$('div.mainContent').css("margin-right","0px",'important');
$('div.mainContent').css("margin-right","0px",'important');
$('div.widgets-14bfa').remove();
$('footer').empty();
$('#uix_paneContainer').css("overflow-y","hidden");