JingMatrix / ChromeXt

UserScript and DevTools supports for Chromium based and WebView based browsers
https://jingmatrix.github.io/ChromeXt/
GNU General Public License v3.0
653 stars 36 forks source link

Global settings for Eruda console #174

Closed Joristdh closed 3 months ago

Joristdh commented 3 months ago

Would it be possible to have global preferences for the Eruda console? Currently, settings are stored locally in localStorage, which means they don't persist between sites.

The ability to globally set the theme and size for all Eruda windows like this would be greatly appreciated!

JingMatrix commented 3 months ago

This is surely possible, but I don't think that ChromeXt should bother to do this.

However, you can write a userscipt to achieve that.

Joristdh commented 3 months ago

Wow, you are absolute right! Honestly, can't believe I didn't think of this myself..

Anyways, thanks for the quick reply and I'll leave link to my userscript to possibly help other users.

Keep up the great work!