文件名称:kill-sticky:Chrome 扩展删除所有具有固定或粘性位置的元素
文件大小:3KB
文件格式:ZIP
更新时间:2024-08-24 10:33:16
JavaScript
Kill-Stick-Shortcut 基于 Alisdair McDiarmid 的 Killsticky bookmarklet 的浏览器扩展,它添加了一个键盘快捷键(在 Windows 和 Linux 上为Alt+Period ,在 macOS 上为Cmd+Period ),它在当前页面上运行这段 JavaScript: const elements = document . querySelectorAll ( 'body *' ) for ( let i = 0 ; i < elements . length ; i ++ ) { const el = elements [ i ] const { display , position } = window . getComputedStyle ( el ) if ( ( position === 'fixed
【文件预览】:
kill-sticky-master
----LICENSE(1KB)
----README.md(1KB)
----manifest.json(527B)
----background.js(602B)