Greasy Fork is available in English.

Magic Userscript+ : Show Site All UserJS

Finds available userscripts for the current webpage.

< Feedback on Magic Userscript+ : Show Site All UserJS

Review: Good - script works

§
Posted: 20. 09. 2022

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;`);

§
Posted: 20. 09. 2022

1000px改成80vw或者百分值

§
Posted: 20. 09. 2022

最大化时有效

magicoflolisAuthor
§
Posted: 21. 09. 2022

v2.4.13

  • Added ability to customize width

Post reply

Sign in to post a reply.