Mod randomizer
-
Opera Comments Bot last edited by
Here you can post comments about Mod randomizer extension, created by BlindGold
-
GeassKnightmare last edited by
It works almost 100%
But somehow the extension can't check things like wallpaper, themes, music, etc. I have to do it manually.
-
BlindGold last edited by BlindGold
@GeassKnightmare said in Mod randomizer:
It works almost 100%
But somehow the extension can't check things like wallpaper, themes, music, etc. I have to do it manually.
Sadly it's impossible to do it, I tried looking for a way but there are no APIs for that, so I can't code it.
In the past it would automatically enable these checkmarks the way they were before disabling because of how opera handled mods but an opera update changed how these work.Edit: It might be possible to make it enable the checkmarks in a roundabout way using content scripts, I'll try to do that when I have the time
-
BlindGold last edited by
@BlindGold said in Mod randomizer:
@GeassKnightmare said in Mod randomizer:
It works almost 100%
But somehow the extension can't check things like wallpaper, themes, music, etc. I have to do it manually.
Sadly it's impossible to do it, I tried looking for a way but there are no APIs for that, so I can't code it.
In the past it would automatically enable these checkmarks the way they were before disabling because of how opera handled mods but an opera update changed how these work.Edit: It might be possible to make it enable the checkmarks in a roundabout way using content scripts, I'll try to do that when I have the time
I tried, but it's impossible to access the opera mods tab to enable those checkmarks programmatically. Because of security reasons, I can't request access to the opera://mods url in the extension manifest.
-
HaveANiceDay1178 last edited by
Wish there was a way to make the mods be selected automatically but besides that its cool
-
BlindGold last edited by
@HaveANiceDay1178 Thank you!
If you mean enable the checkmarks yeah me too, but
if you meant select which extension are mods there's an option for that. -
panconmantequilla22 last edited by
el service worker siempre se desactiva al cerrar opera, ¿Cómo se supone que pondrá los mod si esta inactiva?
-
BlindGold last edited by BlindGold
@panconmantequilla22 Tengo un event listener, chrome.runtime.onStartup, y Opera lo usa para despertar temporalmente el service worker cuando se dispara. Ejecuta el código para el reinicio del navegador y luego Opera termina el service worker otra vez. Traducido con ChatGPT.