Skip to content

strava线路界面修改地图海拔赛段布局 by aug7

Details

Authoraug7

LicenseNo License

Categoryhttps://www.strava.com/routes/[0-9]+

Created

Updated

Code size2.1 kB

Code checksum5be7e48a

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

strava查看线路页面把地图固定在左下角, 海拔图固定在右下角, 收藏编辑按钮放在右上角

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         strava线路界面修改地图海拔赛段布局
@version      20240407.01.15
@namespace    https://userstyles.world/user/aug7
@description  strava查看线路页面把地图固定在左下角, 海拔图固定在右下角, 收藏编辑按钮放在右上角
@author       aug7
@license      No License
==/UserStyle== */

@-moz-document regexp("https://www.strava.com/routes/[0-9]+") {
html.sauce-enabled.sauce-booted body div#__next main.Detail_container__sWz6z div.PhotoGrid_routePhotos__BoJOt.PhotoGrid_routePhotos6__4ikr1 div.PhotoGrid_photoWrapper__o6GLo div.PhotoGrid_photoWrapper__o6GLo.PhotoGrid_moreImagesOverlay___GE95{
    display:none;
}
html.sauce-enabled.sauce-booted body div#__next main.Detail_container__sWz6z div.Detail_detailContainer____SDz.Detail_hasBreadcrumbs__3GVbG div.Detail_routeInformation__03vpC div.RouteActions_actions__C2wPr{
    position: fixed !important;
    display: block;
    left:0px !important;
    top:0px !important;
}
/* 地图 */
html.sauce-enabled.sauce-booted body div#__next main.Detail_container__sWz6z div.Detail_detailContainer____SDz.Detail_hasBreadcrumbs__3GVbG div.Detail_chartContainer__CIRKU div.MapAndElevationChart_mapContainer__qp7_c{
    position: fixed !important;
    z-index: 9999;
    left: 0px;
    bottom: 0px;
    width: 33% !important;
    height: 50% !important;
    display: block;
}
/* 地图左上角两个字隐藏 */
html.sauce-enabled.sauce-booted body div#__next main.Detail_container__sWz6z div.Detail_detailContainer____SDz.Detail_hasBreadcrumbs__3GVbG div.Detail_chartContainer__CIRKU h3.SectionHeader_header__fX7iM{
    display:none;
}
/* 海拔图 */
main>div>div>div:nth-of-type(2){
    position: fixed !important;
    z-index: 8888;
    right: 0px;
    bottom: -15%;
    width: 33% !important;
    height: 40% !important;
    display: block;   
}
/* 海拔图左上角的两个字隐藏掉 */
html.sauce-enabled.sauce-booted body div#__next main.Detail_container__sWz6z div.Detail_detailContainer____SDz.Detail_hasBreadcrumbs__3GVbG div.Detail_routeInformation__03vpC div.Detail_routeDifficulty__1P9mB{
    display: none;
}

}

Reviews

No reviews yet.