trlkly

Results 62 comments of trlkly

Is it possible that Chrome itself is discarding the file:// URL, and not this extension? Does it get discarded if the extension is disabled?

@bijij It would be really nice if @ner00's script were linked on the front page (readme.md)--or better yet, uploaded to the update URL. It seems that the current link goes...

I take it I should just install the current version's v3 folder as an unpacked extension? Or is there a testing version of the extension I could install through the...

I have had no problems with it. It even works if I cancel the comment. I however, haven't tested on any other sites like this, as YouTube is the main...

Oh, and BTW, my main reason for suggesting setInterval was because I was concerned about performance of checking while typing without some sort of time gate. But perhaps that was...

Is this now available in the November 1 update in the Chrome Web Store? I'm looking to stop using the developer extension and go back to the real extension. It...

You could even just make that script.js, as the userscript header would not interfere with the other versions. And the userscript would get automatic updates.

Or set it up where it can be ``@require``d as a separate script that runs before the main script. Proof of concept at my fork: https://github.com/trlkly/eight-dollars. Click [here](https://github.com/trlkly/eight-dollars/raw/main/script.user.js) to install...

> are you able to get this to work in Safari's User Scripts extension? Unfortunately, I don't know either. I don't have access to a device running Safari with that...

Note however that I did do this only as a proof of concept, and have no intention of updating or supporting it at this time. I just wanted to show...