Skip to content

Instantly share code, notes, and snippets.

View heyitsbryanm's full-sized avatar

heyitsbryanm heyitsbryanm

View GitHub Profile
@heyitsbryanm
heyitsbryanm / JS
Created January 24, 2017 21:46 — forked from ae-elaine-axis/JS
Line break in product title
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script>
String.prototype.replaceAll = function (target, replacement) {
return this.split(target).join(replacement);
};
Ecwid.OnPageLoaded.add(function (page) {
var delimiter = ' | ';
switch (page.type) {