ganego
ganego
Came here for the same reason. Back in FireGestures you could use "readFromClipboard();" in a custom script but I guess this function was provided by FireGestures. EDIT 1: Seems it...
Yes what I have right now is the following, and I also set the clipboardRead permisson in the manifest and loaded the addon into my nightly with disabled signature checking....
I can somewhat reproduce this, it worked twice but I had to restart FF and load the foxygestures options or so. This is definitely not working as it should
Things that do not work: - ~~Youtube previews (Example: https://nocsp.kohlchan.net/tv/res/3758.html ). Despite the name, at the moment nocsp domain serves csp. But this is not the issue, as it also...
Update: YT preview and links in general can be fixed by setting `this.hasTextLinks = true;`
- Admin changed PW length. Now allows for more than 8 chars again. EDIT: Do not use more than 8 chars though. It will bug because KC simply cuts all...
Update: Favicon fixed by admin (was wrong http header).
So the only thing left not working is posting/with images. Posting itself works (without image), but dollchan won't realize this (post is successfully sent and shows up, when refreshing). Cannot...
So I pretty much spammed the source with console.log() to find out what actually happens (functions like `html5Submit`, `sendHTML5Post` and `_initAjaxPosting` (the this.form.onsubmit part), and, uhm, nothing happens? I tried...
Ok more progress. First of all remove the old button and make it "submit": KC init: ``` init() { super.init(); $script('thread.postReply = function() {}'); $script('thread.startTimer = function(time) {}'); var ff...