【问题标题】:Can I remove the meta tags in github's gists?我可以删除 github 要点中的元标记吗?
【发布时间】:2018-11-02 22:24:10
【问题描述】:

对于 Github gists,在链接到页面时,有一个名称“view raw”的元标记,由 GitHub 托管,由

我想知道是否可以删除它,因为如果单击任何这些链接,它会使我的网站崩溃。

在scss文件中

gist-embed.scss:56

.gist .gist-meta {
}

是什么需要被移除或隐藏。

【问题讨论】:

  • 它是如何让您的网站崩溃的?这些是 GitHub 的广告方式,以换取您使用他们免费提供的 Gist 服务。

标签: html github sass gist


【解决方案1】:
.gist .gist-meta{
    display: none !important;
}

由 Github 托管

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-09-05
    • 2021-12-30
    • 2011-03-19
    • 2019-05-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-12-01
    相关资源
    最近更新 更多