EvandroLG / pageAccelerator

A very light solution to load web pages faster
MIT License
1.21k stars 54 forks source link

About blacklisting #16

Open Kikobeats opened 7 years ago

Kikobeats commented 7 years ago

In general terms this library looks like instantclick but more lightweight, so that's good!

I thin that blacklisting links can be improved:

To blacklist all links in a parent element, add data-no-instant to that element.

JacobDB commented 7 years ago

Being able to disable pageAccelerator via something passed to the function would be fantastic as well. I'm trying to figure out how to exclude the WordPress admin bar from being accelerated, and I think I may just need to write a walker or something.