סקירות עבור javascript
javascript chee מאת
תגובה מאת chee
תגובת המפתח
מועד פרסום: לפני 4 שניםi 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.
60 דירוגים
- דירוג 1 מתוך 5מאת Hax, לפני 4 ימים
- Very good. But I'd like to know if it's possible to create a script that runs on all pages. I'd like to implement a dark mode that activates when a button is pressed.
Also, I'd like to know if it's possible to specify the DOM tag when adding the script. I was using a polyfill, but since it runs last, I had to reload the other scripts for them to run without errors. - דירוג 5 מתוך 5מאת R.J., לפני 7 חודשיםI had a small extension I wrote for myself modifying a site to my preferences and was annoyed I could only load it as a temporary extension without submitting it to Mozilla. This is exactly what I needed, thank you.
- דירוג 4 מתוך 5מאת משתמש Firefox 16703548, לפני שנה
- דירוג 5 מתוך 5מאת sexy_pikachu, לפני שנהVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - דירוג 1 מתוך 5מאת Владимир, לפני שנתיים
- דירוג 5 מתוך 5מאת Andy, לפני שנתיים
- דירוג 5 מתוך 5מאת משתמש Firefox 17765782, לפני שנתיים
- דירוג 5 מתוך 5מאת ÐarkbloøM, לפני שנתייםEasy 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 מתוך 5מאת GRACE, לפני שנתיים
- דירוג 5 מתוך 5מאת Entite, לפני שנתיים
- דירוג 5 מתוך 5מאת Lucy the Pirate, לפני שנתייםThank 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!
- דירוג 3 מתוך 5מאת RickinMaine, לפני שנתיים
- דירוג 1 מתוך 5מאת משתמש Firefox 18047774, לפני שנתיים
- דירוג 1 מתוך 5מאת hdircksen, לפני 3 שנים
- דירוג 5 מתוך 5מאת Adem, לפני 3 שנים
- דירוג 5 מתוך 5מאת משתמש Firefox 17716521, לפני 3 שניםVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- דירוג 5 מתוך 5מאת משתמש Firefox 14536207, לפני 3 שנים