|  | 
 
                                                                erono
发表于 2016-8-24 21:09 
 来自中国香港 
| 本帖最后由 erono 于 2016-8-26 13:10 编辑 
 方法1 其实可以更简单的。
 
 浏览器安装stylish插件。(firefox/chrome/opera)
 新建一个空白style。第二行的IP改成NAS的IP即可。
 不需要每次修改网页。
 
 复制代码@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://192.168.0.100/") {
  /* show hidden apps */
  #p2p, #ftp_downloads, #web_file_server, #app_install_tb {
    display:block !important;
  }
  /* fix navigation bar */
  #nav_left_link, #nav_right_link {display: none;}
  .b3 *> td > div {width: 960px !important;}
  .main_nav_li {width: 137px !important;}
}
   
 | 
 |