百度地图只要地图
百度地图只要地图 by leizingyiu
Details
Authorleizingyiu
LicenseGNU GPLv3
Categorymap.baidu.com
Created
Updated
Size570 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 20240711.03.23
@namespace leizingyiu.net
@description 百度地图只要地图
@author leizingyiu
@license GNU GPLv3
==/UserStyle== */
@-moz-document domain("map.baidu.com") {
body * {
display: none!important;
}
#app,
#app > #maps,
#app > #maps > #MapHolder,
#app > #maps > #MapHolder canvas,
#app > #maps > #MapHolder > #platform,
#app > #maps > #MapHolder > #platform > #mask {
--platform: 'map.baidu.com';
--style-from: 'yiu-map-baidu-only-map';
display: block!important;
}
}