San Kumar
San Kumar
You are right about it because a lot page optimizers (including Google's) complain about using query string in static assets. I hope they add it back too.
Hi Andy, Thanks for the reply. I'm using Windows 10 so maybe that is causing the problem. I did everythinga as per the readme and then downloaded the php binary...
````Perl #!/usr/bin/env perl #| =pod =head1 NAME bookfinder - finding books by looking at bookshelves of people who read similar books =head1 PURPOSE =over =item * fetches books with 4...
For this to work, there is a minor patch in `Goodscrapes.pm` line 2075: ````Perl $bk{ user_rating } = $row =~ /data-rating="(\d+)"/ ? ($1?$1:0) : 0; ```` I guess goodreads has...
Hi, did you find a solution for this?
> This would be good to know as Universal Analytics will no longer be supported as of July 2023. And if not, any suggestions of alternative approaches would be gratefully...
I feel the suggestion provided by @zamazan4ik is the best. A way to enter custom values and maybe have it added to the list would be just awesome. Please let...
@vatson I did but iirc that was for sidebar not the main header nav?
> This is exactly what I've been looking for! Can it be run in Docker? I haven't tried it but shouldn't be so hard. Just modify goodreads-toolbox `Dockerfile` to copy...
I think your `Dockerfile` may be missing the entrypoint. I haven't tried this in docker yet, haven't seen the Dockerfile yet (will maybe check on the weekend) but you need...