Custom Style 的評論
Custom Style 作者: cywu
cywu 的回應
開發者回應
張貼於 5 年前Since Firefox only accepts add-ons signed by Mozilla, you can't, under normal circumstances, install the add-on by feeding Firefox the zip created from files in my Github repository. Users should install directly from Mozilla's site. When you see the 'Add to Firefox' button, you can right-click to download the xpi file without installing and review the code. The xpi file is just a zip file with the xpi extension. You can change the extension and extract the files.
Update: If you want to get rid of junk on page, let me point you to Ublock Origin.
Update: If you want to get rid of junk on page, let me point you to Ublock Origin.
3 筆評論
- 評價 5 分,滿分 5 分來自 Wayne Sallee,5 年前Thanks for the tip to right click on the 'Add to Firefox' button, for downloading the code to view before installing!!
It works great!
{visibility: hidden !important;}
is a great way to get rid of junk.
Just don't make the mistake of putting 2 separate entries for the same web site. If you put website.com in the settings in 2 locations it won't work.
I wish Mozilla would have let me know that this had been replied to. I would have responded sooner.
Wayne@WayneSallee.com開發者回應
張貼於 5 年前Since Firefox only accepts add-ons signed by Mozilla, you can't, under normal circumstances, install the add-on by feeding Firefox the zip created from files in my Github repository. Users should install directly from Mozilla's site. When you see the 'Add to Firefox' button, you can right-click to download the xpi file without installing and review the code. The xpi file is just a zip file with the xpi extension. You can change the extension and extract the files.
Update: If you want to get rid of junk on page, let me point you to Ublock Origin. - 評價 5 分,滿分 5 分來自 Firefox 使用者 14645526,6 年前Просто и лаконично.
Правда не сразу понял, что в настройках именно плагина нужно вносить свои параметры CSS.
Разобрался - работает! :-) 開發者回應
張貼於 6 年前Thanks for the review. Sorry, I don't have time at the moment to think about ameliorating the options page, especially when I have only 6 lines there... Please fork the repo.