Skip to content

Instantly share code, notes, and snippets.

@ghost717
ghost717 / README.md
Created March 14, 2021 05:55 — forked from r14c/README.md
Autoscroll Userscript
function new_excerpt_length($length) {
return 100;
}
add_filter('excerpt_length', 'new_excerpt_length');