Hi
Recently bought a Kobo Clara HD. Am a bit mixed on how I feel about it as was using Moon Reader Plus on a couple tablets. Sadly both tablets carked it and find the reading experience on a mobile phone (currently a Pixel 3) ... difficult because of almost 80 year old eyes.
The problems with the Kobo are things like touch sensitivity and the ease of knowing where i am both within a chapter and a book. The touch bit I've adapated to (touching too close to the border usually fails). The pages or percent of where one is reading seems to have been improved after upgrading to 4.19.14123. Had to change the plugin code as per the Doitsu post in 2017. However, quite a few of my books ended up having an error on Python statement destdir, filename = unquote(filename).split("/"). I found the filenames had a prefix of OEBPS/ which caused an extra value to unpack. So I put a filename = filename.replace("OEBPS/","") before the preceeding if statement (if "/" in href

.
Then copied the output to the Kobo and the header and footer now show reasonable percents (interesting that the first page of a chapter shows a value of what is probably the percent after reading the page). This is quite acceptable to me as it gives a feel of how long the chapter is and where you are within the chapter. Would prefer the header and footer to show pages though like I can get in Moon Reader.
Have joined the forum because others might find the fix useful.
benny