Skip Navigation
Website Accessibility
EZY Spout Oiler - D934
- Oil is clear and stainless
- Use to lubricate moving metal parts
- Extend spout fully to use
- Spout extends to 9 inches
- Oil viscosity is 108-121 @ 100° F
window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } });
// Express.js example
const prerender = require('prerender-node');
app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));