伙伴专用 @燕修
放大二维码 by Chuck-Ray
Details
AuthorChuck-Ray
LicenseMIT
Categoryhuoban.alipay.com
Created
Updated
Size356 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 放大二维码
@version 20230605.02.08
@namespace ?
==/UserStyle== */
@-moz-document domain("huoban.alipay.com") {
[class^=qrcodeMark]>[class^=qrcodeMarkIcon]{
display:none;
}
[class^=qrcodeMark],[class^=qrcodeMark]>canvas{
width: 500px !important;
height:500px !important;
}
}