gmscripts icon indicating copy to clipboard operation
gmscripts copied to clipboard

The bottom pages does not show ~

Open FrizzleFur opened this issue 7 years ago • 1 comments

I appreciate that you make it work again, it·s useful, while the bottom pages bar does not show, so I don·t know how many pages in the result. I hope you can fixed it.

image

FrizzleFur avatar Dec 23 '18 01:12 FrizzleFur

Looks like you use some custom style. There should be page numbering added by the script.

If you want to see the bottom footer with page controls/number, in script remove "#foot" from this line: https://github.com/tumpio/gmscripts/blob/master/Endless_Google/egoogle.user.js#L25

To this: const filtersAll = ["#bottomads"];

tumpio avatar Dec 23 '18 06:12 tumpio