6 ms·
the new extensions model is ridiculously useless... You need to build your extension in Xcode now, and for anything other than content blocking, the APIs are no
by sweetp 8y ago
the new extensions model is ridiculously useless...
You need to build your extension in Xcode now, and for anything other than content blocking, the APIs are non existent...
for instance, you can't even close tabs!
I made an extremely simple extension using the new model around 2months - before I try migrating an older "actually useful" extension. But theres just no way its possible to migrate.
Apple doesn't care about browser extensions now, it seems they want everyone to move to the new model, so they can collect revenue on sales on ad blockers.
:(
- tgragnato 8y ago> Apple doesn't care about browser extensions now, it seems they want everyone to move to the new model, so they can collect revenue on sales on ad blockers. The web is terrible without a serious adblocker and the available alternatives (paid or not) are unable to take away the same amount of junk. People will simply start using another browser.
- akvadrako 8y agoThis is wrong - you can inject arbitrary scripts and styles: https://developer.apple.com/documentation/safariservices/safari_app_extensions https://developer.apple.com/documentation/safariservices/saf...
- wild_preference 8y agoYou didn’t reply to or contradict anything they said. You need Xcode to build extensions and Safari has a super limited API. Executing JS and CSS don’t address either.
- akvadrako 8y agoHe didn’t say limited, he said nonexistent. More specifically, if you can inject scripts I don’t see why you couldn’t call window.close()