Skip to content

Instantly share code, notes, and snippets.

@szszoke
szszoke / ubo-scriptlets.js
Last active October 18, 2021 19:20
My custom uBlock origin scriptlets
/// blocket-bypass-cookie-check.js
(function() {
// this will cause the consent check algorithm to think that the cookie banner was already shown
document.cookie = "ufti="+encodeURIComponent(JSON.stringify({version: 99999}))
})();