Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenxsan/privoxy
Privoxy 配置
https://github.com/chenxsan/privoxy
Last synced: 23 days ago
JSON representation
Privoxy 配置
- Host: GitHub
- URL: https://github.com/chenxsan/privoxy
- Owner: chenxsan
- Created: 2013-03-06T23:33:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T09:09:43.000Z (over 6 years ago)
- Last Synced: 2023-10-20T18:48:02.980Z (about 1 year ago)
- Homepage: https://blog.zfanw.com/privoxy-tutorial/
- Size: 1.94 MB
- Stars: 98
- Watchers: 13
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
如果你找的是 Privoxy 配置文件 - 请查看旧[历史文件](https://github.com/chenxsan/Privoxy/tree/1ad6281701d639c2ff6802fd625a565dda1de810),不过还请注意,我已不维护它们了。
# Privoxy 与奥黛丽·赫本
这是一个关于 http 的试验。
如果你不熟悉 Privoxy,那么你只要知道[它能替换 http 协议的图片](https://blog.zfanw.com/block-webpage-ad-with-privoxy/)就好。
这一条 Privoxy 规则非常简单:
```
{+block +handle-as-image +set-image-blocker{https://upload.wikimedia.org/wikipedia/commons/9/98/Audrey_Hepburn_screentest_in_Roman_Holiday_trailer.jpg}}
/.*\.(jpg|jpeg|png|webp|bmp).*
```
这样,我就把所有 http 协议的图片都替换成奥黛丽·赫本,在浏览器上访问页面时,我会看到如下:![赫本](images/replace-image-with-hepburn.png)
![赫本](images/replace-img-with-hepburn.png)
是了,所有这些站点图片都还在使用 http 协议,而不是 https。
## 图片许可说明
关于奥黛丽·赫本图片使用许可,请见 [Wikipedia 说明](https://upload.wikimedia.org/wikipedia/commons/9/98/Audrey_Hepburn_screentest_in_Roman_Holiday_trailer.jpg)。