Dog walking or pet sitting
Online tutoring or teaching
Freelance writing or editing
Graphic design
Event planning or coordinating
Virtual assisting
Social media management
Blogging
Personal training or coaching
House cleaning or home organization
Handyman services
Lawn care or landscaping
Meal prep or catering
Sell handmade or unique products on Etsy or other online marketplaces
Rent out a spare room on Airbnb
Rent out your car on Turo
Sell photography or videography services
Transcription services
Website design or development
Sell your services on Fiverr
Sell your crafts or art at local markets or events
Rent out your equipment or tools to others
Teach a skill or hobby, such as knitting or cooking, to others
Sell personalized or customizable products, such as t-shirts or mugs
Create and sell digital products, such as ebooks or printables
Offer consulting services in your area of expertise
Sell items on eBay or other online auction sites
Sell your services as a social media influencer
Translate documents or websites
top of page
Search
Does your monthly grocery bill need a makeover? For most families, your food expenses are pretty significant part of your monthly budget. While grocery shopping is a necessity, that doesn't mean it has to break the bank.
Are you tired of clipping all of the coupons for Target. Create a simple script to help me get all of the rewards by clipping all coupons.
2. Open Console and type the following script:
function clickButton() {
// Get the button element
//var button = document.querySelector('button.BaseButton-sc-j0jbcc-0.gMuCnA');
var button = document.querySelector('button[data-test="button-default"]');
// Click on the button
button.click();
// Increment the counter
counter++;
// If the counter has reached 70, clear the interval to stop the button from being clicked any further
if (counter === 5) {
clearInterval(intervalId);
}
}
var counter = 0;
var intervalId = setInterval(clickButton, 4000); // Run the clickButton function every 4 seconds (4000 milliseconds)
Sit back and relax, and get your discounts.
3 views0 comments
Are you tired of clipping all of the coupons for BJ's. Me too, so I created a simple script to help me get all of the rewards as possible.
function clickButton() {
// Get the button element
var button = document.querySelector('button.mt-2.btn.gray-btn.next-prev.widthHeight');
// Click on the button
button.click();
// Increment the counter
counter++;
// If the counter has reached 70, clear the interval to stop the button from being clicked any further
if (counter === 5) {
clearInterval(intervalId);
}
}
var counter = 0;
var intervalId = setInterval(clickButton, 4000); // Run the clickButton function every 4 seconds (4000 milliseconds)
2 views0 comments
bottom of page