QUOTE(Scremaz @ Sep 20 2014, 01:42)

i guess the example refers to 'exq + slaughter' or something similar, right?
My personal setting is as follows:
Dark green
• Exq non-prefixed power of slaughter
• Leg+ power of protection
Dark blue
• Mag+ bad-prefixed rapier of slaughter
• Mag prefixed force shield
• Exq prefixed power of slaughter
QUOTE(Scremaz @ Sep 20 2014, 01:42)

and what's the difference with Ctrl + F function (native for every browser)? that you can search also between non-continuous words?
It is often for me to open 20+ shops to search for equipments I'm interested in, and I find it quite cumbersome to use Ctrl+F/F3/Shift+F3 in every shop.
Typing is a tedious job, besides, Ctrl+F has no many useful functions I want.
The problems of Ctrl+F/F3/Shift+F3 are as follows:
• It does not remember the search patterns. When you want to search something days later, you have to type it again, which is tedious.
• It can only highlight one search pattern at the same time.
• It uses only one color. I'd like to highlight different equipments with different colors.
• Only exact string matching is supported (for most browsers).
My script
• Can do all what Ctrl+F can do, and can do many useful things that Ctrl+F can't.
• Highlights multiple search patterns at the same time. Every search pattern has its own color defined by the user.
• Can remember unlimited pre-defined search patterns with unlimited colors, so one needs not to type search patterns manually every time.
• Uses regular expressions, which is useful in many situations than the exact string matching of Ctrl+F.
Here are some examples my script can do at the same time, while Ctrl+F can't do even one at a time.
• Highlight all Exquisite+ power of slaughter, must be non-prefixed. Use #00FFFF to highlight.
• Highlight all Magnificent, Legendary and Peerless rapiers, must be prefixed, where the prefix should be Ethereal, Hallowed, Demonic or Tempestuous. The suffix must be Slaughter. Use red to highlight.
• Highlight Peerless or Legendary Rapier, Wakizashi, Dagger and Shortsword, must be prefixed. The suffix must be Slaughter, Nimble, Balance or Swiftness. Use purple to highlight.
• ...
This post has been edited by djackallstar: Sep 20 2014, 03:08