Skip to content
REFIERE JONYTIPS Y GANA COMISIONES! 💸 OBTÉN TU LINK DE REFERIDO 🔗 HAZ CLICK AQUÍ 🖱️ REFIERE JONYTIPS Y GANA COMISIONES! 💸 OBTÉN TU LINK DE REFERIDO 🔗 HAZ CLICK AQUÍ 🖱️ REFIERE JONYTIPS Y GANA COMISIONES! 💸 OBTÉN TU LINK DE REFERIDO 🔗 HAZ CLICK AQUÍ 🖱️

Cart

Your cart is empty

Automate actions with the Chrome console

Tired of having to click on endless Checkbox lists of a listing?

This happens when we want to add people to Facebook, Retail platforms and on certain pages and applications that ask us to press the box over and over again and in the end your finger gets cramped. That's when you wonder... isn't there an automatic way to do this?

YES THERE IS! AND IT'S VERY EASY!

What we have to do for Windows

Control + Shift + J

What we have to do for Mac

alt+cmd+J

And then paste this line

(function() {
var aa= document.getElementsByTagName(«input»);
for (var i =0; i < aa.length; i++){ if (aa[i].type == 'checkbox') aa[i].checked = true; } })()

and we give ENTER

We close and magic! everything will be selected.

What if I wanted to replace a price or a word?

document.body.innerHTML = document.body.innerHTML.replace(/ABC/g, «XYZ»)

The ABC would be the value you want to replace and XYZ the value you are going to replace it with.

Can you think of any other shortcuts? Comment here if you can think of any.

Leave a comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

All comments are moderated before being published.

Ver otros articulos

WooCommerce VS Shopify ¿Cuál Elegir y Por qué?

WooCommerce VS Shopify Which One to Choose and Why?

First of all, if you are not very computer-savvy and your main interest is to start selling as quickly as possible and without complications, Shopify is the answer and that's it. I...

Read more
Como pedir valorizaciones de Google en Shopify luego de una compra

How to request Google ratings in Shopify after a purchase

We all know how important online reviews are for customers and conversion improvements for our store. It doesn't matter if you sell an everyday purchase, like a cup of coffee, or a large purchas...

Read more