Greasy Fork

Greasy Fork is available in English.

49包名页自动换行

49的包名页自动换行

目前为 2024-04-05 提交的版本,查看 最新版本

// ==UserScript==
// @name         49包名页自动换行
// @namespace    http://greasyfork.icu/users/1284284
// @version      0.1
// @description  49的包名页自动换行
// @match        https://dl.yxhapi.com/android/box/game/v6.2/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    document.body.style.wordWrap = 'break-word';
})();