I have one auto load template and it adds javascript. I am not finding any information on what it is or does on the internet.
Template does not insert the javascript if I manually add my information using the JCE button. I can't say what it does after publishing because that goes beyond my knowledge of the template.
Problem occurs with a test using the same simple <style> on a different domain without quickstart and the template I am using is the YT Framework stripped down with no loaded modules in any positions.
This is this auto load I set up and the below it contains the added javascipt.
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
a:link {color:#730103;}
a:visited {color:#730103;}
a:hover {color:#730103;}
a:active {color:#730103;}
</style>
<script language="javascript" type="text/javascript" src="
www.bloginblack.org/plugins/system/yt/includes/assets/clearcache.js"></script>
</head>
<body>
</body>>