简体   繁体   English

有什么方法可以永久更改网页在客户端的显示方式(无服务器访问权限)?

[英]Is there any way to permanently alter how a webpage displays on the client-side (without server access)?

Firebug lets you edit individual web pages locally, with live updating so you can see the effects of your changes right away. Firebug使您可以在本地编辑单个网页,并进行实时更新,以便立即查看更改的效果。 Unfortunately, these changes are lost after the page is refreshed. 不幸的是,刷新页面后,这些更改会丢失。

Is there any way to make these changes "sticky" in some way, such that repeated visits to the site would reload your own customized html/css that you edited? 是否可以通过某种方式使这些更改“具有粘性”,以便反复访问该网站将重新加载您自己编辑的自定义html / css? I'm thinking perhaps some sort of Firebug feature that I'm missing, or another plugin of some sort... 我在想也许我缺少的某种Firebug功能,或者某种其他的插件...

Just to be clear, I'm not talking about websites I have server side access to. 只是为了清楚起见,我并不是在说我可以访问服务器端的网站。 I would simply like to be able to reposition the content of some pages I visit frequently so it fits better on my monitor setup, which I can do in Firebug but I have to do it every time the page loads (I would like to be able to avoid having to do that). 我只想能够重新定位我经常访问的某些页面的内容,以便使其更适合我的监视器设置,这可以在Firebug中进行,但每次页面加载时都必须这样做(我希望能够避免这样做)。

You should make use of the Greasemonkey and / or Stylish addons for Firefox. 您应该使用Greasemonkey和/或Firefox的时尚插件。 These where originally developed to do exactly what you intend to achieve. 这些最初是为了完全实现您打算实现的目标而开发的。

Also check out this article on how to get started with Stylish. 另外,请查阅这篇文章如何开始与时尚的开始。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM