For further actions, you may consider blocking this person and/or reporting abuse
Read next
Login/cadastro com firebase + Vue JS #PASSO 1️⃣
Jackson Dhanyel Santin -
I created a video tutorial on how to make a responsive sidebar using CSS and vanilla Javascript
Louis Austke -
Angular vs. ReactJS: Which One Should You Pick for Your Next Project?
Yanaiara Oliveira -
React Performance Optimization Techniques: Memoization, Lazy Loading, and More
Rajesh Dhiman -
Top comments (8)
Ah this post again, but with a brand new user account or with the old article deleted as I can't find my comment from last time.
Last time I was positive about the plugin as a simple non techie way to edit pages (it injects
content-editable
into everything, a nice simple solution!) but this time my concerns about some of the practices of the author make me think that if the plugin gets enough downloads something nefarious will come in an update.Hi, the last post did get deleted so this is a re-post.
I just wanted to say that don't appreciate your distasteful accusation. Also, browser web-stores have code filters and anti-threat systems in place to block anything 'nefarious' getting by. Furthermore, I take pride in all my work and I would never dream of doing anything that could potentially harm any of my users. Therefore, use my extension or don't use it, just don't accuse me of something so disgusting.
You have to understand that it just looked suspicious, posts don't get deleted by accident, in fact your whole profile is new so it raises alarm bells, however I am happy that you took the time to respond and I am sure it was for an innocent reason.
Do not be offended, once you have more posts on dev.to etc. then the trust levels will increase again.
Having looked at your site and other social networks I am sure you are stand-up and working hard to promote your work and I apologise that you felt I was being too heavy handed, I have just seen too many things similar to this being used to trick less tech savvy people.
Thanks a lot, I get where you were coming from. My older dev account actually got de-activated for some unknown reason and I wasn't able to do anything like write a new post or change my bio. I wrote about this glitch/bug to the Dev team and they didn't respond so, 3 weeks later, I decided to delete that account and make a new one. Anyway, I appreciate your concern 👍
I look forward to seeing more posts from you on this account then! ❤️
It is awesome to see this as an extension, but what you can also do is you can just make a bookmarklet out of it. It is almost the same thing, and people don't have to download an extension and all that.
You can just save this code:
javascript:(function() { document.body.contentEditable=true;})();
as a bookmarklet, and it will do the same thing
Nevertheless, this is great!
What's the difference between your extension and using the developer tools that also let you edit the page directly?
The difference is that you don't have to open the developer tools like inspect element or the console. It is easier to use and great for people who don't have web development skills!
Developers may prefer to use the dev tools but there are people who don't even know about them.