mirror of https://github.com/Meekdai/Gmeek.git
Update GmeekBSZ.js
This commit is contained in:
parent
50d14d40e7
commit
93dd93bd31
|
|
@ -1,10 +1,10 @@
|
||||||
function createBSZ() {
|
function createBSZ() {
|
||||||
var postBody = document.getElementById('postBody');
|
var postBody = document.getElementById('postBody');
|
||||||
if (postBody){
|
if (postBody){
|
||||||
postBody.insertAdjacentHTML('afterend','<div id="busuanzi_container_page_pv" style="display:none;float:left;margin-top:8px;font-size:small;">本文浏览量<span id="busuanzi_value_page_pv"></span>次</div>');
|
postBody.insertAdjacentHTML('afterend','<div id="busuanzi_container_page_pv" style="display:none;float:left;margin-top:8px;font-size:small;">本文浏览量 <span id="busuanzi_value_page_pv"></span> 次</div>');
|
||||||
}
|
}
|
||||||
var runday = document.getElementById('runday');
|
var runday = document.getElementById('runday');
|
||||||
runday.insertAdjacentHTML('afterend', '<div id="busuanzi_container_site_pv" style="display:none;">总浏览量<span id="busuanzi_value_site_pv"></span>次 • </div>');
|
runday.insertAdjacentHTML('afterend', '<div id="busuanzi_container_site_pv" style="display:none;">总浏览量 <span id="busuanzi_value_site_pv"></span> 次 • </div>');
|
||||||
}
|
}
|
||||||
|
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue