javascript incelemeleri
javascript geliştiren: chee
BR adlı kullanıcının incelemesi
5 üzerinden 5 puan
yazan: BR, 4 yıl önceThis add-on is amazing. I like to write small scripts to change websites I visit and was manually executing them when needed via the FF console. This tool automates all of it for me and allows quick development of new scripts. I would love to see an ability to export/import website scripts so that I could selectively import scripts onto all the machines I use. Thanks for sharing.
Geliştiricinin yanıtı
gönderilme: bir yıl önceoh! i actually added this feature, i forgot to tell you! if you go to "Manage Extension" for the extension and then "Preferences" you can copy and paste your scripts as json!
(there's a shortcut to the page by pressing the "JS" letters in the bottom right of the popup)
(there's a shortcut to the page by pressing the "JS" letters in the bottom right of the popup)
57 inceleme
- 5 üzerinden 4 puanyazan: Firefox kullanıcısı 16703548, 5 ay önce
- 5 üzerinden 5 puanyazan: sexy_pikachu, 8 ay önceVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - 5 üzerinden 1 puanyazan: Владимир, bir yıl önce
- 5 üzerinden 5 puanyazan: Andy, bir yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 17765782, bir yıl önce
- 5 üzerinden 5 puanyazan: ÐarkbloøM, bir yıl önceEasy to use, works well, 10/10. Though it'd be nice if it didn't save a new script when the editor pop-up is opened but no code is actually written.
- 5 üzerinden 5 puanyazan: GRACE, 2 yıl önce
- 5 üzerinden 5 puanyazan: Entite, 2 yıl önce
- 5 üzerinden 5 puanyazan: Lucy the Pirate, 2 yıl önceThank you for makin' this plugin! I was able to use it to write a script to block players on a comment board for a website that didn't have a block function built in!
- 5 üzerinden 3 puanyazan: RickinMaine, 2 yıl önce
- 5 üzerinden 5 puanyazan: Zein Adi, 2 yıl öncethis is really powerful tools for someone who can code js.
- 5 üzerinden 1 puanyazan: Firefox kullanıcısı 18047774, 2 yıl önce
- 5 üzerinden 1 puanyazan: hdircksen, 2 yıl önce
- 5 üzerinden 5 puanyazan: Adem, 2 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 17716521, 3 yıl önceVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 14536207, 3 yıl önce
- 5 üzerinden 5 puanyazan: Mass59, 3 yıl önce
- 5 üzerinden 5 puanyazan: Вартигонт, 3 yıl önce
- 5 üzerinden 2 puanyazan: paolo, 3 yıl önce