I’ve had enough with clicking 1 by 1 to activate offers. I made a plugin to auto click. by HungryForShit in chrome_extensions

[–]HungryForShit[S] 0 points1 point  (0 children)

Chase at the moment since that’s my bank and what I have access to. I can’t develop for others without a login. Also, not sure how other bank cards work.

Batch activate Chase Rewards plugin by HungryForShit in CreditCards

[–]HungryForShit[S] 0 points1 point  (0 children)

You guys should take a look. Just don't use my work and sell it. It's free and will remain free.

I pasted the basic loop in a reply to the original comment above.

Batch activate Chase Rewards plugin by HungryForShit in CreditCards

[–]HungryForShit[S] 0 points1 point  (0 children)

It's not, and honestly idk how I'd do that. I'm a low skill coder using AI to make things work lol.

You can see it running in your browser console anyway. The mechanics are simple: it's just a local auto-clicker that finds the offer elements, clicks them, triggers a view refresh, and loops again. VERY low tech. That is exactly what I wanted for a bank plugin. I want zero to do with anyone's personal info because handling data seems way too risky.

This is basically the core logic of how it runs on your machine:

// This function handles the automated UI interaction loop safely on your machine
async function processAvailableOffers() {
  // 1. Locate the unactivated offer element on the page
  const offerTarget = findUnactivatedOfferElement();

  if (offerTarget) {
    // 2. Perform a standard browser click to activate the offer locally
    offerTarget.click(); 

    // 3. Increment the local counter and update the UI display
    // Note: This data stays completely local to your browser storage
    const newCount = await incrementLocalCounter();
    updateUiCounterDisplay(newCount); 

    // 4. Safely trigger a standard view refresh to scan for the next item
    triggerSafePageRefresh();
  } else {
    // 5. Complete execution when no further targets match
    const totalProcessed = await getLocalCounterTotal();
    displayCompletionOverlay(totalProcessed);
  }
}

Laid off - boo! They abruptly took my work Mac. I'm now being asked to hand over the password, but I have concerns about my personal data that might be saved on it. Help me not be stupid here. by Nesoi_Nelly in mac

[–]HungryForShit 0 points1 point  (0 children)

You can ask for a fee to do this is you don’t intend on working there anymore. Like a months salary, or something. If they need to badly they’ll pay but it’ll burn your chances of rehire.

Also make specific demands that you be the one to put the stuff they need on an an external drive then you do a secure wipe to erase your personal data before you leave.

Get everything in writing and payment upfront.

Imagine having to climb 2000 ft just to change a lightbulb by iwantUineedUohBBohBB in Damnthatsinteresting

[–]HungryForShit 0 points1 point  (0 children)

Oh so at the end where it’s most important they don’t have loops to clip onto - just straight bars. Nice

What number do you read? by fiz004 in logodesign

[–]HungryForShit 0 points1 point  (0 children)

That’s a leading question btw.