remove browser-update

This commit is contained in:
Zenithal 2022-10-22 00:51:34 +08:00
parent 7cf45bbe2d
commit e8f279712c
No known key found for this signature in database
GPG Key ID: 1189C659F3D04C1C
4 changed files with 0 additions and 23 deletions

View File

@ -210,7 +210,6 @@
{% endraw %}
{% unless page.legacy or site.issue %}
<script src="/static/js/index.js?{{ site.data['hash'] }}"></script>
<script src="/static/js/browser-update.js?{{ site.data['hash'] }}"></script>
{% endunless %}
</html>
<!--

View File

@ -18,7 +18,6 @@ ref fa-cube icon from before.html
{% raw %}
{% endraw %}
<script src="/static/js/index.js?{{ site.data['hash'] }}"></script>
<script src="/static/js/browser-update.js?{{ site.data['hash'] }}"></script>
{% raw %}
<script>
document.getElementById("list").setAttribute("class", "table");

View File

@ -540,19 +540,6 @@ body {
}
{% endfor %}
/* style for browser-update banner */
div.buorg {
border-bottom: unset;
background-color: inherit;
color: inherit;
@include dark{
box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
#buorgig, #buorgul, #buorgpermanent {
box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
}
}
}
svg.icon {
display: inline-block;
width: 1em;

View File

@ -1,8 +0,0 @@
var $buoop = {vs:{i:10,f:68,o:44,s:8,c:57},unsecure:true,api:4};
function $buo_f(){
var e = document.createElement("script");
e.src = "//browser-update.org/update.min.js";
document.body.appendChild(e);
};
try {document.addEventListener("DOMContentLoaded", $buo_f,false)}
catch(e){window.attachEvent("onload", $buo_f)}