Text Hilite

Highlights matched text on page

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
muroph
일일 설치수
0
총 설치수
200
평점
2 0 0
버전
1
생성
2014-09-25
갱신
2014-10-03
라이선스
없음
동작 사이트
모든 사이트

Search for text on specific pages and applies a style to the matches.
Multiple rules can be used.

I've being using this script for years to highlight text on certain pages.
IIRC it's based on this script, with small modifications to allow multiple rules.

---CONFIGURATION

Rules are added to the script itself, using the following block:

AD.push(/<regex1>/i); //URL
MA.push(/(<regex2>)/i); //text
ST.push('<style>'); //style

<regex1> matches the URL of the page(s) you want to use this rule
<regex2> matches the desired text. round brackets are mandatory
<style> inline style to use on the matched text

There are a couple sample rules already on the script.


--WARNING!--

I've seen the script hang a few times on certain pages/rules. It's rare, but be careful.
Also, don't expect any support or updates for this script (I'm pretty much useless with javascript).