AdguardTeam / PopupBlocker

Popup blocking userscript
GNU Lesser General Public License v3.0
326 stars 30 forks source link

How to use Development build userscript? #258

Closed nguyentruongtho closed 2 years ago

nguyentruongtho commented 2 years ago

Can someone write up on how to use the development script? I tried and it seems the development build script does not get inlined by closure libraries (therefore it has to be included in the userscript somehow?)

maxikuzmin commented 2 years ago

@nguyentruongtho If you mean a userscript that you can write yourself, here is a link to our resource The question is still relevant?

maxikuzmin commented 2 years ago

@nguyentruongtho ping

nguyentruongtho commented 2 years ago

I was asking about how the development output (gulp --dev-userscript-unminified) doesn't work like the release output. However, I found a way to use the release output for my usecase so the question is not relevant anymore. Thanks for the follow up.