Beoordelingen voor javascript
javascript door chee
57 beoordelingen
- Waardering: 4 van 5door JustWantToLeaveAnAddonReview, 3 jaar geledenSuper useful and simple. Would be nice to have a central place to manage all the scripts that are added. Some of mine set window.location, making them hard to re-edit without temporarily disabling the addon.
Antwoord van ontwikkelaar
3 jaar geleden geplaatsti have added a really basic thing for this where you can get all the scripts as a json block from the options page (accessible by clicking the "JS" in the bottom right of the popup) and if you paste it back in, you can save over your scripts. - Waardering: 4 van 5door Jeolen, 3 jaar geledenWorks just fine, but the add-on is missing a way to check on which sites it's used. I know I've used it on a bunch of sites, but can't remember all of them.
Antwoord van ontwikkelaar
3 jaar geleden geplaatstyou can now see all the scripts in the json block on the options page :) (you can open it by clicking the "JS" on the bottom right of the popup) - Waardering: 5 van 5door ICARO, 4 jaar geleden
- Waardering: 5 van 5door Firefox-gebruiker 17095621, 4 jaar geleden
- Waardering: 5 van 5door Juan Moya, 4 jaar geleden
- Waardering: 5 van 5door Firefox-gebruiker 16955493, 4 jaar geleden
- Waardering: 5 van 5door Firefox-gebruiker 16922807, 4 jaar geledenlifesaver 10/10 exactly what I was looking for
- Waardering: 5 van 5door Finxol, 4 jaar geleden
- Waardering: 5 van 5door Quentin, 4 jaar geledenNot used it much, so far helpful for pressing sign in buttons automatically. I will probability find it even more useful in the future.
- Waardering: 4 van 5door 991730, 4 jaar geledenIt's a nice addon. If only it worked on every page... I wrote a small utility script for Youtube. The script runs when it's a freshly opened Youtube tab, but not if a new video was loaded via autoplay. I'd really like to know why. (note that I also have this issue with other JS scripting addons).
Antwoord van ontwikkelaar
4 jaar geleden geplaatst:) thanks for the review.
it doesn't work on autoplay videos because it's just a script tag injected into the page. an autoplaying video doesn't load a new page, youtube's javascript does a request and replaces the video element in the dom (and a lot of other elements ^_^).
i don't know how much JS you know, but you might be able to implement something as a callback to a mutation observer: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver
:) - Waardering: 5 van 5door BR, 4 jaar geledenThis 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.
Antwoord van ontwikkelaar
10 maanden geleden geplaatstoh! 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) - Waardering: 1 van 5door Andreas, 4 jaar geleden
- Waardering: 5 van 5door Firefox-gebruiker 14179618, 4 jaar geleden
- Waardering: 5 van 5door ING. ARQ. PIMIENTA MARTINEZ RICARDO ANTONIO, 5 jaar geleden
- Waardering: 4 van 5door Firefox-gebruiker 16251528, 5 jaar geleden
- Waardering: 4 van 5door Firefox-gebruiker 14104785, 5 jaar geleden
- Waardering: 3 van 5door Spencer Williams, 5 jaar geledenYou will have to learn how to use this. I gave a 3 due to lack of interactivity. Ultimately this is the missing piece to running a javascript scratch pad on websites.
Antwoord van ontwikkelaar
5 jaar geleden geplaatsthey! what do you mean by interactivity? i can add that - Waardering: 1 van 5door KENNETH AZACKEN, 5 jaar geleden
- Waardering: 5 van 5door Zamina, 5 jaar geleden
- Waardering: 5 van 5door Firefox-gebruiker 14481131, 5 jaar geleden
- Waardering: 5 van 5door doritosxxx, 6 jaar geleden
- Waardering: 4 van 5door Firefox-gebruiker 15165814, 6 jaar geleden
- Waardering: 4 van 5door Firefox-gebruiker 15147126, 6 jaar geledenReally nice tool, I have a lot of fun with it. Its a pitty, that its not possible to insert the javascript in the header. For example I want to set the focus on the input-field on imdb.com but when I start the page I have to wait some seconds until the whole content of the page is loaded. If possible it would be nice to have the option to load the javascript at the beginning.