sindresorhus / Plash

💦 Make any website your Mac desktop wallpaper
https://sindresorhus.com/plash
MIT License
3.51k stars 129 forks source link

Please provide proxy support. #153

Closed chengyongru closed 9 months ago

chengyongru commented 9 months ago

Hello, I want a feature that allows setting a proxy address for each website, similar to the Proxy SwitchyOmega plugin in Chrome. As a Chinese user, I often need to configure a proxy server in order to access websites like Google. In the shell, I would use export https_proxy=127.0.0.1:23457 to achieve this task. However, Plash does not currently have an explicit function for this purpose. It would be less ideal if all traffic is routed through system-level proxies as it lacks elegance.Thank you!

sindresorhus commented 9 months ago

Sorry, I don't plan to add this. It's simply too much work compared to the demand.

You could instead use an app like http://www.proxifier.com to add proxy just for certain apps.

chengyongru commented 9 months ago

Thank you for your response. I didn't find anything like proxifier before. For sure,proxifier is already meeting my needs.