mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
remove browser-update
This commit is contained in:
parent
7cf45bbe2d
commit
e8f279712c
|
|
@ -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>
|
||||
<!--
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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)}
|
||||
Loading…
Reference in New Issue