ACTCD
ACTCD
After the third refactoring of popup, it involved too many backend API changes, and that some "shim engineering" not only added complexity, also still suffered some limitations. To save some...
After further investigation, I have more doubts about implementing this compatibility. The definition of `Greasemonkey` is indeed clear and executed in its extension, but this actually conflicts with the project....
Due to implementation conflicts, at the moment I see little practical gain if this option is implemented, other than breaking the current implementation and adding complexity and confusion. I would...
@arjpar Thanks for the info, but that not directly answer to my doubts. You simply see the consistency in it, not the inconsistency. `Greasemonkey` only supports URL ends with `.user.js`,...
For all those who read the issue. Putting the file identifier (filename) in the `?QUERY` or `#HASH` parts is not universal and recommended, you could: - File an issue to...
@arjpar > For all of the extensions you and I mentioned, Greasemonkey, Violentmonkey, and Tampermonkey they all support installation triggering for the userscript URL I specified. > > By installation...
Have you seen the script has injected into the tab in the console? If your script is just a simple `alert()` does it work in the new tab? By the...
> How do I check if the script has been injected in the console? You need to connect your iOS device to macOS and check it through Safari. > this...
@levyashvin By the way, does it happen only in iOS 18.3? Have you tested it in previous iOS versions?
@bkmdev Content scripts run in a isolation world and you can't see your scripts in the DOM. Also I don't think you can unmute through script, this is a browser...