Stop Tumblr from adding JS and CSS files to theme

夙愿已清 提交于 2019-12-02 02:53:54

No, sadly you can't do anything to stop Tumblr adding scripts / style sheets as they are added serverside.

For reference, fonts/gibson/stylesheet.css is added in relation to the theme fonts option: https://www.tumblr.com/docs/en/custom_themes#theme-options

You might be able to break some of the scripts (for example by adding window.addEventListener = 1), but it's probably not be worth the hassle.

You can remove any extra CSS or element via javascript but any downloads initiated by them can't be prevented.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!