Daniel Singer
Results
1
comments of
Daniel Singer
a workaround userscript @Fabian9799 and I figured out to solve this for ourselves ```js (function() { 'use strict'; let interval = setInterval(function () { let show_hide_button = document.querySelector("#show-hide-button").children[0]; if(document.body.contains(show_hide_button)){ show_hide_button.style.display...