Tinhte filter

enter something useful

目前為 2015-11-19 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==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");