热狗.hu-隐藏计数器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了热狗.hu-隐藏计数器相关的知识,希望对你有一定的参考价值。

This small javascript hides the table that holds statistical counters on hotdog.hu profile pages [footer part].
  1. <script language="javascript">
  2. window.onload = function()
  3. {
  4. var tables = document.getElementsByTagName('table');
  5. for (var i = tables.length-1; i >= 0; i--)
  6. {
  7. if (tables[i].width == 1000)
  8. {
  9. tables[i].style.display = 'none';
  10. return;
  11. }
  12. }
  13. }
  14. </script>

以上是关于热狗.hu-隐藏计数器的主要内容,如果未能解决你的问题,请参考以下文章

在android中显示隐藏片段

仅在一个片段中隐藏状态栏并在其他片段中显示

在Android Studio片段之间切换时地图片段不隐藏

markdown core.async热狗

android在特定片段中隐藏工具栏

如何隐藏片段中首选项之间的分隔符