Really Cool Bookmarklet Forge
Crafted by notalex.sh
Drag this button to your bookmarks bar:
CyberScriptOriginal
0 bytes
Compressed
0 bytes
Reduction
0%
Write JavaScript that executes on click:
alert('Hello World!');
document.body.style.filter = 'invert(1)';
Modify the current page:
[...document.images].forEach(img =>
img.remove()
);
document.querySelectorAll('a')
.forEach(a => {
a.style.background = '#3b82f6';
a.style.color = 'white';
});
Load scripts/styles with
!loadOnce
prefix:
!loadOnce https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js