View Single Post
Old 01-10-2014, 04:30 AM   #64
Green Wenonah
Junior Member
Green Wenonah began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jan 2014
Device: Kindle Paperwhite 2 (2013)
At the risk of zombifying a thread...

I did this on a PW2, 5.4.2 using KUAL/kterm rather than SSH and it went fine.

The search_bar.js file mod was a little bit different on mine. Rather than discreet lines all entries were on one line with no line breaks (I edited with Notepad++). Also, the code that needed to be changed was a bit different.

Original post:
Code:
const STORE_ID = 'app://com.lab126.store';
Paperwhite 2, 5.4.2:
Code:
const B="app://com.lab126.store";
I replaced (store) with (browser) and crossed my fingers... Coolio.

Slick little hack.
Green Wenonah is offline   Reply With Quote