// ==UserScript== // @name 49包名页自动换行 // @namespace https://greasyfork.org/users/1284284 // @version 0.1 // @description 49的包名页自动换行 // @match https://dl.yxhapi.com/android/box/game/v6.2/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; document.body.style.wordWrap = 'break-word'; })();