gpt4 book ai didi

javascript - 如何插入 javascript 以在 GitHub wiki 页面上启用 MathJax?

转载 作者:搜寻专家 更新时间:2023-11-01 04:42:08 25 4
gpt4 key购买 nike

GitHub 维基页面不再支持 MathJax .好像是 dotjs Chrome extension可能是在这些页面上启用 MathJax 的一种方式。

这是我第一次尝试创建将在 github.com 页面上执行的 javascript,并插入启用 MathJax 所需的正确代码:

[~]$ cat .js/github.com.js
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();

但这不起作用,Chrome JavaScript 控制台中会出现以下错误:

Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'
https://github.com https://a248.e.akamai.net https://jobs.github.com https://ssl.google-analytics.com https://secure.gaug.es https://collector.githubapp.com https://gist.github.com".
c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML:29

什么是正确的 JavaScript?

最佳答案

我认为问题出在 MathJax 的源代码中,因为它在那里使用了 eval 函数

关于javascript - 如何插入 javascript 以在 GitHub wiki 页面上启用 MathJax?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16889421/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com