All public logs
Jump to navigation
Jump to search
Combined display of all available logs of razwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:11, 5 March 2026 Razzi talk contribs created page Blog: 2026-03-05 (Created page with "Adding to my addon which auto advanced protonmail, selecting my [email protected] email for replies etc... <pre> diff --git a/protonmail_auto_advance.js b/protonmail_auto_advance.js index 2333c7d..4363241 100644 --- a/protonmail_auto_advance.js +++ b/protonmail_auto_advance.js @@ -1,4 +1,4 @@ -console.log('Protonmail auto-advance 1.8') +console.log('Protonmail auto-advance 2.0b') const state = { previousButton: null, @@ -48,6 +48,14 @@ const observer = new Mutatio...")