USERSTYLES - TABLES Sorter SIMPLE

Sort Table in Your Profile page

目前為 2017-06-20 提交的版本,檢視 最新版本

// ==UserScript==
// @name        USERSTYLES - TABLES Sorter SIMPLE
// @author      decembre
// @namespace   https://gf.qytechs.cn/fr/users/8-decembre 

// @description Sort Table in Your Profile page

// @include     https://userstyles.org/*

// @version     01.01
// @grant       none
// @require     https://gf.qytechs.cn/scripts/12036-mutation-summary/code/Mutation%20Summary.js?version=70722
// @require     https://gf.qytechs.cn/scripts/5844-tablesorter/code/TableSorter.js?version=21758
// 

// FROM : Metal Archives (discography pages) - Reviews column split and sortable tables
// BY darkred
// https://gf.qytechs.cn/fr/scripts/5751-metal-archives-discography-pages-reviews-column-split-and-sortable-tables/code

// This userscript uses jQuery UI, the jQuery plugin 'tablesorter' (forked by Rob Garrison (Mottie)) http://mottie.github.io/tablesorter/docs/index.html
// and the JavaScript library 'Mutation Summary' (https://github.com/rafaelw/mutation-summary) (by Rafael Weinstein)
//
// @namespace rikkie
// ==/UserScript==

// TEST for <table class="author-styles">
// TEST SELECTOR
// http://mottie.github.io/tablesorter/docs/example-option-selectorsort.html
$(function() {
  // call the tablesorter plugin
  $("table").tablesorter({
      selectorSort : 'th'
  });
});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址