function conditionally_load_skimlinks_script() {
// Change this to match your post ID or slug
// If you prefer slug, you can use: if ( ! is_single( 'my-example-post' ) ) { ... }
if ( ! is_single( 123320 ) ) {
// Only load the script on all pages except post #123
?>