gatecrasher777

Results 3 issues of gatecrasher777

From sqlite.org: SQLITE_MEMDB_DEFAULT_MAXSIZE=N Set the default size limit (in bytes) for in-memory databases created using [sqlite3_deserialize()](https://www.sqlite.org/c3ref/deserialize.html). This is just the default. The limit can be changed at start-time using [sqlite3_config](https://www.sqlite.org/c3ref/config.html)([SQLITE_CONFIG_MEMDB_MAXSIZE](https://www.sqlite.org/c3ref/c_config_covering_index_scan.html#sqliteconfigmemdbmaxsize),N)...

question

The code in question transforms a string in an obfuscated manner. It is designed to be difficult to emulate. It is pure javascript, however, with no external dependencies. ```javascript function...

Currently if you supply a cookie when creating an Innertube instance, `innertube.session.logged_in = true`, whether the cookie is from a logged-in session or not. This one-liner will use the responseContext...

core
xsmall-diff