Ascending Size - RARGB

Automatically sorts links using the ascending size order.

安装此脚本
作者推荐脚本

您可能也喜欢Hide dead links - RARGB

安装此脚本
  1. // ==UserScript==
  2. // @name Ascending Size - RARGB
  3. // @namespace https://gf.qytechs.cn/en/users/670188-hacker09?sort=daily_installs
  4. // @version 3
  5. // @description Automatically sorts links using the ascending size order.
  6. // @author hacker09
  7. // @include https://rargb.to/search/?search=*
  8. // @icon https://t3.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://rargb.to
  9. // @run-at document-end
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. if (location.href.match('&order=') === null) { //Starts the if condition
  16. location.href += '&order=size&by=ASC'; //Replace the URL
  17. } //Finishes the if condition
  18. })();

QingJ © 2025

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