Skip to content

Instantly share code, notes, and snippets.

@sysnucleus
Created February 6, 2022 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sysnucleus/c33cadaf81d8cdd2ae2074e52d6f52dd to your computer and use it in GitHub Desktop.
Save sysnucleus/c33cadaf81d8cdd2ae2074e52d6f52dd to your computer and use it in GitHub Desktop.
WebHarvy takealot.com codes
// JavaScript Code
els = document.getElementsByClassName('image-box undefined');
for (var i = els.length - 1; i >= 0; i--) {
img = els[i].children[0];
img.setAttribute('src', img.getAttribute('src').replace('list', 'pdpxl'));
}
// RegEx
src="([^"]*)
// URLs
https://www.takealot.com/proline-v146sh-celeron-n3350-4gb-500gb-hdd-14-1-notebook-black/PLID73130384
https://www.takealot.com/bosch-10kg-1400rpm-washing-machine-series-6-home-connect-silver-inox/PLID72931397
https://www.takealot.com/stanley-brushless-18v-cordless-hammer-drill-2-x-2ah-battery-in-kitbox/PLID70431756
https://www.takealot.com/electrolux-super-cyclone-canister-vacuum-cleaner/PLID70177154
https://www.takealot.com/joy-con-pair-the-legend-of-zelda-skyward-sword-hd-edition/PLID72799150
https://www.takealot.com/lego-friends-street-food-market-41701-building-kit-toy-gift-592-pieces/PLID73802290
https://www.takealot.com/nirvana-mtv-unplugged-in-new-york-vinyl-12-album/PLID59119364
https://www.takealot.com/call-it-spring-brorellan-cross-body/PLID73020308
https://www.takealot.com/ready-player-two/PLID70778668
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment