作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我一直在使用Moski's Gist-Blogger用于将 GitHub Gists 插入 Blogger 动态 View 。
我的使用方法如下:
<div class="gistLoad" data-id="4713292" id="gist-4713292">
Loading code....</div>
<script src="https://raw.github.com/moski/gist-Blogger/master/public/gistLoader.js" type="text/javascript"></script>
但是,目前,要点不会在 Chrome 中加载。 Chrome 的控制台打印以下错误:
Refused to execute script from 'https://raw.github.com/moski/gist-Blogger/master/public/gistLoader.js?_=1401752376660' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
我该如何解决这个问题?是否有 Moski 脚本的工作分支?
最佳答案
看起来有一个 Pull Request 可以解决这个问题:https://github.com/moski/gist-Blogger/pull/6
在合并之前,您可以将帖子末尾的脚本替换为:
<script src="https://cdn.rawgit.com/git-m1chael-dg/gist-Blogger/master/public/gistLoader.js" type="text/javascript"></script>
它对我有用:http://ru.khroliz.com/2014/06/python-webdriver-webelement.html
关于javascript - Moski Gist-Blogger 不在 Chrome 中加载 Gists(用于 Blogger 动态 View 中的 Gists),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24005430/
我是一名优秀的程序员,十分优秀!