sindresorhus / Plash

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

Ad-blocking support #82

Closed xplosionmind closed 3 years ago

xplosionmind commented 3 years ago

Is your feature request related to a problem? Please describe.

My current Plash page is the main page of a news website. It is clammed with ads. Since the purpose of having a webpage as the desktop wallpaper is having the most important things ready at a glance, this becomes useless since 2/3 of the page are made of ads, and only 1/3 of news.


Describe the solution you'd like

Either:


Describe alternatives you've considered

sindresorhus commented 3 years ago

the ability of choosing an installed browser (e.g. Firefox) as the rendering engine, together with all of the extensions it includes. In this way, I would have the page beautifully displayed.

This is not possible. Plash deeply depends on the bundled WebKit version in macOS.

adding an ad-blocking service, embedded in Plash. Since uBlock Origin is open source, I do not think it is a hard task.

A web view is not the same as a full browser. Plash uses a web view. It's not possible to directly integrate a Safari extension.

sindresorhus commented 3 years ago

Duplicate of #37

xplosionmind commented 3 years ago

I am sorry, my bad. I missed the duplicate issue. Thanks a lot anyways!