mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
javascript:(
|
||||
function () {
|
||||
if (!document.getElementById('eruda-main')) {
|
||||
var elem = document.createElement('script');
|
||||
elem.id = 'eruda-main';
|
||||
elem.src = 'https://cdn.jsdelivr.net/npm/eruda';
|
||||
document.body.appendChild(elem);
|
||||
elem.onload = function () {
|
||||
eruda.init();
|
||||
};
|
||||
};
|
||||
})();
|
Reference in New Issue
Block a user