Skip to content

Instantly share code, notes, and snippets.

View pikpokjeon's full-sized avatar

Yaejin Beatrix Jeon pikpokjeon

View GitHub Profile
// This Script is for Listly.io actionscript in case of Naver smartstore web scarapping
// Naver Smartstore 상품페이지의 드랍다운 옵션에 복수의 선택지 전체를 자동으로 선택하는 스크립트입니다.
// 예제 페이지, 개발자도구에서 실행하십시오.
// https://smartstore.naver.com/jubangplaza/products/6660303090
const el = path => document.querySelector( path )
const elAll = path => document.querySelectorAll( path )