現在のウェブページで利用可能なユーザスクリプトを検索します。
< Magic Userscript+ : サイトをすべて表示 UserJSについてのフィードバック
qs('#jae_userscript_box > .jae-userscript', doc.body).setAttribute('style', `width: ${w}px;height: ${h}px;`);把这串代码修改成下面的代码,可以凑合着用,作者好像把宽度做了自适应但不知道那步出错了qs('#jae_userscript_box > .jae-userscript', doc.body).setAttribute('style', `width: 1000px;height: ${h}px;`);
1000px改成80vw或者百分值
最大化时有效
v2.4.13
返信を投稿するにはログインしてください。
注册一下就行
一年攒够 12 元
qs('#jae_userscript_box > .jae-userscript', doc.body).setAttribute('style', `width: ${w}px;height: ${h}px;`);
把这串代码修改成下面的代码,可以凑合着用,作者好像把宽度做了自适应但不知道那步出错了
qs('#jae_userscript_box > .jae-userscript', doc.body).setAttribute('style', `width: 1000px;height: ${h}px;`);