Linked Helper
Linked Helper
Published in
1 min readJan 5, 2018

--

How to convert English names into Hebrew names

1) Open Debug settings

2) Paste this code into the bottom textbox:

var evt = document.createEvent("CustomEvent");
evt.initCustomEvent('hebrew', true, true, 'hebrew');
window.dispatchEvent(evt);

3) Click Eval button

4) Try to send message to your friends OR use message Preview function in “View collected” widget, which is available on “Recipients” tab

To disable translation from English to Hebrew:

1) Go to message broadcast settings and turn off the switcher:

5) Try to send message to your friends OR use message Preview function in “View collected” widget, which is available on “Recipients” tab

Download Linked Helper — LinkedIn Automation tool from our website

Write me your questions & ideas : info@linkedhelper.com

Check our web-site : http://linkedhelper.com/

--

--