keylol 板块自动按最新发布排序

keylol 板块自动按最新发布排序脚本

目前為 2022-10-23 提交的版本,檢視 最新版本

作者
shiquda
評價
0 0 0
版本
0.2.3
建立日期
2022-10-23
更新日期
2022-10-23
尺寸
577 位元組
授權條款
MIT
腳本執行於

// ==UserScript==
// @name keylol 板块自动按最新发布排序
// @namespace http://tampermonkey.net/
// @version 0.2.3
// @description keylol 板块自动按最新发布排序脚本
// @author shiquda
// @include /https://keylol.com/f\d+\-\d
// @license MIT
// ==/UserScript==
(function() {
'use strict';

// Your code here...
var $url = window.location.href
var fid = Number($url.slice(20,23))
window.location.href = 'https://keylol.com/forum.php?mod=forumdisplay&fid=' + fid + '&filter=author&orderby=dateline'
})()

QingJ © 2025

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