Search found 1303 matches

by vannilla
2019-05-27, 13:55
Forum: Browser extensions
Topic: Pale Moon Extension for Gab Dissenter?
Replies: 21
Views: 2349

Re: Pale Moon Extension for Gab Dissenter?

MRDA2611 wrote:
2019-05-27, 07:02
Can this be entered via a user script extension?
No, it's a script for bash, not for web browsers.
by vannilla
2019-05-27, 13:51
Forum: Browser extensions
Topic: ηMatrix/eMatrix support thread
Replies: 319
Views: 23912

Re: ηMatrix/eMatrix support thread

It seems the problem is that the list isn't cached like the other files for no apparent reason. The CPU usage is due to a function recursively calling itself while waiting on the file. Yeah, it's terrible but that's how uMatrix used to work at the time, and despite gitlab showing a "rewrite asset.js...
by vannilla
2019-05-22, 18:18
Forum: Pale Moon for Linux
Topic: How do I troubleshoot a problem for a registered user under certain circumstances?
Replies: 3
Views: 380

Re: How do I troubleshoot a problem for a registered user under certain circumstances?

How about asking ebookjapan for assistance first? What I thought was, why does it work on Firefox and not in Pale Moon? Especially since it appears that the whole website is built on top of a framework. Why isn't Pale Moon able to open their reader? Is it missing support for some scripting feature?...
by vannilla
2019-05-20, 19:41
Forum: Pale Moon for Linux
Topic: How do I troubleshoot a problem for a registered user under certain circumstances?
Replies: 3
Views: 380

How do I troubleshoot a problem for a registered user under certain circumstances?

The title means that I can't use a certain feature of a website, but this feature can be accessed only by registered users that first used another feature of that same website. So, rather than asking wether other people have the same problem, the thread is about what to do to troubleshoot it, becaus...
by vannilla
2019-05-19, 19:23
Forum: Browser extensions
Topic: ηMatrix/eMatrix support thread
Replies: 319
Views: 23912

Re: ηMatrix/eMatrix support thread

OK, was able to install 2.03. I had MVPS unchecked (it's a domain filter list on the Hosts tab) when I updated eMatrix and there were no connections to it. As soon as I checked it to enable and clicked Apply, the continuous connections started, even before clicking get updates. Only thing that stop...
by vannilla
2019-05-18, 12:56
Forum: Browser extensions
Topic: Neomelodica, a fork of Classic Opera
Replies: 16
Views: 1107

Re: Neomelodica, a fork of Classic Opera

Neomelodica 2.2 is out, adding two editable preferences.
Once updated just use the add-on manager to change the extension's settings.
by vannilla
2019-05-17, 21:43
Forum: Browser extensions
Topic: ηMatrix/eMatrix support thread
Replies: 319
Views: 23912

Re: ηMatrix/eMatrix support thread

Constantly recurring connections to winhelp2000.MVPS.org hosts in the logger. I have the logger opened right now and nothing shows up. Or rather, I have a list of all the connections I made till now (e.g. those to log in the forum), but none of them are from winhelp2000. Do you know by chance if it...
by vannilla
2019-05-17, 18:39
Forum: Browser extensions
Topic: ηMatrix/eMatrix support thread
Replies: 319
Views: 23912

Re: ηMatrix/eMatrix support thread

No, I don't need to disable the extension. I just pushed an update that should fix the problem. The problem this time was that moving the file was failing because of an incorrect path. It seems to work this time. Let's see how long it takes until it is discovered I messed up again. Edit: It actually...
by vannilla
2019-05-17, 18:18
Forum: Browser extensions
Topic: ηMatrix/eMatrix support thread
Replies: 319
Views: 23912

Re: ηMatrix/eMatrix support thread

I did write a migration code, but I guess it was bugged, despite passing the test when I tried it. I guess the tests weren't close enough to real life. I changed the directory name because no one uses "extension-data" except uBlock and eMatrix, and I wanted to make the directory role more clear. I'm...
by vannilla
2019-05-17, 12:11
Forum: Browser extensions
Topic: ηMatrix/eMatrix support thread
Replies: 319
Views: 23912

Re: ηMatrix/eMatrix support thread

Sorry for the double post.
A fix has been applied, and version 2.0.1 was released just now.
I tried the steps listed in the gitlab issue, and it seems to work as intended. Please try it out.
Thanks.
by vannilla
2019-05-17, 11:23
Forum: Browser extensions
Topic: ηMatrix/eMatrix support thread
Replies: 319
Views: 23912

Re: ηMatrix/eMatrix support thread

Thanks for the report. I'll take a look at it once I'm at my computer (I'm on a different device right now.) I think I know what's up, seeing that it appens after a restart. I'll post updates on the issue on gitlab. Unfortunately I can't take v2.0.0 out because extensions can't be deleted from Phoeb...
by vannilla
2019-05-17, 11:15
Forum: Browser extensions
Topic: Neomelodica, a fork of Classic Opera
Replies: 16
Views: 1107

Re: Neomelodica, a fork of Classic Opera

At first I thought I was misunderstanding jars_ post, but apparently I was not. Maybe I don't understand what's going on here, but why would you take out the feature from Classic Opera where "The variable tab width Is the feature I'd miss the most."? No matter, I'm going to stick with 2.0 Just wond...
by vannilla
2019-05-16, 19:48
Forum: Browser extensions
Topic: Neomelodica, a fork of Classic Opera
Replies: 16
Views: 1107

Re: Neomelodica, a fork of Classic Opera

The new version is out. See if you like it.
If not, as usual just report it here (if it's a graphical issue screenshots would be appreciated.)
by vannilla
2019-05-15, 19:05
Forum: Browser extensions
Topic: ηMatrix/eMatrix support thread
Replies: 319
Views: 23912

Re: ηMatrix/eMatrix support thread

Version 2.0.0 is available. It will be uploaded to Phoebus a few minutes after this post is published. Very brief changelog: https://gitlab.com/vannilla/ematrix/tags/2.0.0 PLEASE NOTE : The new version underwent some behavioural changes , hence the increase in the major version (from 1.x to 2.x) Due...
by vannilla
2019-05-15, 13:02
Forum: General discussion (old)
Topic: Strange behaviour from a javascript object
Replies: 5
Views: 692

Re: Strange behaviour from a javascript object

The examples in the OP aren't meant to be executed, they're just to illustrate the problem. Anyway, I probably discovered what was up: the whole thing uses closures a lot, and in fact the object was a non-local variable for a number of functions. I had been defining functions using the form "functio...
by vannilla
2019-05-14, 18:54
Forum: General discussion (old)
Topic: Strange behaviour from a javascript object
Replies: 5
Views: 692

Re: Strange behaviour from a javascript object

The keys are strings taken from a JSON object.
I'm not sure what you mean by "double quoted", can you expand on it?
by vannilla
2019-05-14, 17:43
Forum: General discussion (old)
Topic: Strange behaviour from a javascript object
Replies: 5
Views: 692

Strange behaviour from a javascript object

In one of the extensions I'm maintaining, there is an object whose behaviour is strange. Printing it with console.debug() shows that it has a number of properties, but trying to access them with obj[key] returns undefined. Basically (simplified examples to keep them short): 'use strict'; let obj = {...
by vannilla
2019-05-14, 06:49
Forum: Browser extensions
Topic: Neomelodica, a fork of Classic Opera
Replies: 16
Views: 1107

Re: Neomelodica, a fork of Classic Opera

Ah right, I see now. Indeed the CSS has a min-width attribute applied to the class ".tabbrowser-tab". There are other declarations related to colors, so I won't outright remove the file (it's a visual cue that the extension is enabled), but I'll comment out the width specifications for the next vers...
by vannilla
2019-05-13, 20:38
Forum: Browser extensions
Topic: Neomelodica, a fork of Classic Opera
Replies: 16
Views: 1107

Re: Neomelodica, a fork of Classic Opera

I don't remember what the actual name was for it, something like dynamically adjusted tab width or automatically variated tab width. When you add an additional tab, all the tabs are squeezed down a bit so they all still fit across the tab bar, rather than fixed width tabs. Isn't that what happens n...
by vannilla
2019-05-13, 14:22
Forum: Browser extensions
Topic: Neomelodica, a fork of Classic Opera
Replies: 16
Views: 1107

Re: Neomelodica, a fork of Classic Opera

This is great! Now I can install 28.5.0 Everything's back to normal. P.S. - The variable tab width Is the feature I'd miss the most. Might want to mention it in Quick Rundown. Sorry, I forked it but I'm not a user. As such, I have no idea what you are talking about. Can you give an example, maybe w...