If you have GreenRedirects installed, or have Preferences→ Gadgets→ Display links to disambiguation pages in orange enabled, piped links to redirect and/or disambiguation pages will appear like "|Link" and "|Link" respectively. otherwise, all types of piped links appear like Link.
You can change the default color by placing the following code before the code you added to your common.js to install the script:
window.pipeHighlighterCustomColor='#XXXXXX';
Note that you have to replace #XXXXXX with the Hex triplet of your preferred color (like #B3446C for the default color). You can choose a color from Lists of colors.
Limitations
Links like [[Ship]]s are also considered as piped links as there's no way for the script to distinguish them from piped links.