Text Hilite

Highlights matched text on page

< Text Hilite 피드백으로 돌아가기

질문/댓글

§
게시: 2024-04-12

I have added the following codes, but I unable to see any highlights

AD.push(/^https?:\/\/amazon\.com.*$/i);
MA.push(/\$0\.00/i);
ST.push('color: #0ff;background: #ff0;text-decoration: underline;');

AD.push(/^https?:\/\/amazon\.com.*$/i);
MA.push(/000/i);
ST.push('color: #0ff;background: #ff0;text-decoration: underline;');

AD.push(/^https?:\/\/amazon\.com.*$/i);
MA.push(/\$000/i);
ST.push('color: #0ff;background: #ff0;text-decoration: underline;');
AD.push(/^https?:\/\/amazon\.com.*$/i);

MA.push(/Read Now/i);
ST.push('color: #0ff;background: #ff0;text-decoration: underline;');

Link to test https://www.amazon.com/s?k=Louise+Davidson&i=digital-text&s=price-asc-rank&ds=v1%3APCer95jKH%2F%2B0W9ap7weULbG5OxTQ8sr0OVRCqaSt%2FV4&qid=1712881447

답글 게시

답글을 게시하려면 로그인하세요.