'Hide Fedora' incompatible (hides reddit trolls in youtube)

General discussion, compatibility and contributed extensions.

Moderators: Lootyhoof, FranklinDM

Locked
Voltaic

'Hide Fedora' incompatible (hides reddit trolls in youtube)

Post by Voltaic » 2014-12-29, 00:30

Hello, I just found out about "Hide Fedora", an extension that blacklists certain accounts from the youtube comments section. The purpose is to stop "the reddit army" type comments from getting in the way of normal discussion on youtube videos.

Unfortunately current and previous version of it aren't compatible with the latest Palemoon, but the source code is available if anyone is willing to make a compatible version for Palemoon. I'd certainly appreciate it if someone took this on :)

https://addons.mozilla.org/en-US/firefo ... de-fedora/ [Mozilla.org]
https://github.com/hadalin/firefox-hidefedora [Sourcecode @ github.com]

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 29243
Joined: 2011-08-28, 17:27
Location: Tranås, SE
Contact:

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by Moonchild » 2014-12-29, 10:07

Seems to be a JetPack add-on, so it's best left to the original author to provide compatibility. Have you tried contacting the extension developer yet?
"Son, in life you do not fight battles because you expect to win, you fight them merely because they need to be fought." -- Snagglepuss
Image

Voltaic

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by Voltaic » 2014-12-29, 10:35

Hi Moonchild - I've put in a request in the reddit thread the author created. If he doesn't see it, then I can try more directly.

User avatar
New Tobin Paradigm
Knows the dark side
Knows the dark side
Posts: 8882
Joined: 2012-10-09, 19:37
Location: Skaro

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by New Tobin Paradigm » 2014-12-29, 12:13

One thing you can do is a manual edit and force it into Pale Moon.. the gecko/26 req MAY be arbitrary and just the current version when he created it.
How far are you prepared to go? How much are you prepared to risk? How many people are you prepared to sacrifice for victory?
Are you willing to die friendless, alone, deserted by everyone? Because that's what may be required of you in the war that is to come.

Image

Voltaic

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by Voltaic » 2014-12-30, 00:35

Hi Matt - that worked! Thanks for the suggestion, so simple.

Triplesixer

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by Triplesixer » 2014-12-30, 03:35

Hello, I want this extension for palemoon also, what do I need to manually edit for it to work, please help me.

User avatar
New Tobin Paradigm
Knows the dark side
Knows the dark side
Posts: 8882
Joined: 2012-10-09, 19:37
Location: Skaro

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by New Tobin Paradigm » 2014-12-30, 04:44

Voltaic wrote:Hi Matt - that worked! Thanks for the suggestion, so simple.
So it is fully working? Then will get in contact with developer and see if they will add direct Pale Moon support..
How far are you prepared to go? How much are you prepared to risk? How many people are you prepared to sacrifice for victory?
Are you willing to die friendless, alone, deserted by everyone? Because that's what may be required of you in the war that is to come.

Image

Voltaic

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by Voltaic » 2014-12-30, 08:25

If you like I'll compare its functionality in Firefox vs Palemoon, and get back to you by this time tomorrow.

The comments from blacklisted youtube accounts are correctly removed (once the page has fully loaded), but I suspect that the "show report button" option doesn't work for Palemoon.

Voltaic

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by Voltaic » 2014-12-30, 08:47

Triplesixer wrote:Hello, I want this extension for palemoon also, what do I need to manually edit for it to work, please help me.
There is a general guide to changing the compatibility of extensions you could try here: http://kb.mozillazine.org/Editing_an_ad ... patibility

You can see if that works for you. For whatever reason I needed to modify the instructions to do this properly in 7zip, as extracting and rezipping the extension would produce a corrupt extension for me. I had to open the archive and edit it within 7zip instead.

Specifically I did the following:
1/ Open the archive in 7zip (Right click on the XPI > 7zip > Open archive)
2/ Edit the install.rdf in 7zip (Right click on it > Edit)
3/ Change the minVersion line as per the mozillazine guide, in this case change "<em:minVersion>26.0</em:minVersion>" to 24.9 or lower.
4/ Save the changes in notepad and close it
5/ Press Yes to update archive.
6/ Drag the .xpi into Palemoon to install.

HTH.

Edit: Changed 25.0 to 24.9 in the MinVersion. Originally I just chose 22.0 as it was simpler than looking up whatever the real version number is.
Last edited by Voltaic on 2014-12-30, 15:22, edited 1 time in total.

User avatar
New Tobin Paradigm
Knows the dark side
Knows the dark side
Posts: 8882
Joined: 2012-10-09, 19:37
Location: Skaro

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by New Tobin Paradigm » 2014-12-30, 12:45

This won't work the way you think on Pale Moon.. Only 24.9 will be accepted as the maximum firefox version for a Firefox version block. Remember editing add-ons on your own will never be supported and is at your own risk. In general don't even think about it unless you know what you are doing or under guidance from someone on the Add-ons Team.
How far are you prepared to go? How much are you prepared to risk? How many people are you prepared to sacrifice for victory?
Are you willing to die friendless, alone, deserted by everyone? Because that's what may be required of you in the war that is to come.

Image

Voltaic

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by Voltaic » 2014-12-30, 15:34

Matt A Tobin wrote:This won't work the way you think on Pale Moon.. Only 24.9 will be accepted as the maximum firefox version for a Firefox version block.
I assume you mean minimum version, not maximum. It installs perfectly fine with a MaxVersion above 24.9 (30 in this particular case), but the MInVersion needs to be 24.9 or lower.

My mistake was in giving "25.0 or lower" as the minimum version, instead of 24.9, which I've now amended thanks.

User avatar
New Tobin Paradigm
Knows the dark side
Knows the dark side
Posts: 8882
Joined: 2012-10-09, 19:37
Location: Skaro

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by New Tobin Paradigm » 2014-12-30, 16:08

Processing the Firefox version block is a bad idea to mark compatibility with Pale Moon. Do not do this.. If it is working properly we shall submit a proper Pale Moon version block to the author.
How far are you prepared to go? How much are you prepared to risk? How many people are you prepared to sacrifice for victory?
Are you willing to die friendless, alone, deserted by everyone? Because that's what may be required of you in the war that is to come.

Image

Triplesixer

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by Triplesixer » 2014-12-30, 17:13

Voltaic wrote:
Triplesixer wrote:Hello, I want this extension for palemoon also, what do I need to manually edit for it to work, please help me.
There is a general guide to changing the compatibility of extensions you could try here: http://kb.mozillazine.org/Editing_an_ad ... patibility

You can see if that works for you. For whatever reason I needed to modify the instructions to do this properly in 7zip, as extracting and rezipping the extension would produce a corrupt extension for me. I had to open the archive and edit it within 7zip instead.

Specifically I did the following:
1/ Open the archive in 7zip (Right click on the XPI > 7zip > Open archive)
2/ Edit the install.rdf in 7zip (Right click on it > Edit)
3/ Change the minVersion line as per the mozillazine guide, in this case change "<em:minVersion>26.0</em:minVersion>" to 24.9 or lower.
4/ Save the changes in notepad and close it
5/ Press Yes to update archive.
6/ Drag the .xpi into Palemoon to install.

HTH.

Edit: Changed 25.0 to 24.9 in the MinVersion. Originally I just chose 22.0 as it was simpler than looking up whatever the real version number is.

Thank you, works fine, could not stand the trolls anymore :D

User avatar
New Tobin Paradigm
Knows the dark side
Knows the dark side
Posts: 8882
Joined: 2012-10-09, 19:37
Location: Skaro

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by New Tobin Paradigm » 2014-12-30, 21:33

Anyone who does this them selves will not get any support from the Pale Moon Add-ons Team and indeed at all.
How far are you prepared to go? How much are you prepared to risk? How many people are you prepared to sacrifice for victory?
Are you willing to die friendless, alone, deserted by everyone? Because that's what may be required of you in the war that is to come.

Image

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 29243
Joined: 2011-08-28, 17:27
Location: Tranås, SE
Contact:

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by Moonchild » 2014-12-31, 07:40

Matt A Tobin wrote:Anyone who does this them selves will not get any support from the Pale Moon Add-ons Team and indeed at all.
Something tells me they don't care as long as it Just Works™
"Son, in life you do not fight battles because you expect to win, you fight them merely because they need to be fought." -- Snagglepuss
Image

User avatar
New Tobin Paradigm
Knows the dark side
Knows the dark side
Posts: 8882
Joined: 2012-10-09, 19:37
Location: Skaro

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by New Tobin Paradigm » 2014-12-31, 12:48

Something tells me you are right. I am gonna do a pull request for direct support for us after I get BinOC relaunched. So stay tuned!
How far are you prepared to go? How much are you prepared to risk? How many people are you prepared to sacrifice for victory?
Are you willing to die friendless, alone, deserted by everyone? Because that's what may be required of you in the war that is to come.

Image

Phant0m

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by Phant0m » 2015-01-07, 03:44

Matt A Tobin wrote:Something tells me you are right. I am gonna do a pull request for direct support for us after I get BinOC relaunched. So stay tuned!
Is there an ETA for BinOC and the request so I know when to be checking back?

User avatar
New Tobin Paradigm
Knows the dark side
Knows the dark side
Posts: 8882
Joined: 2012-10-09, 19:37
Location: Skaro

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by New Tobin Paradigm » 2015-01-07, 17:36

Phant0m wrote:
Matt A Tobin wrote:Something tells me you are right. I am gonna do a pull request for direct support for us after I get BinOC relaunched. So stay tuned!
Is there an ETA for BinOC and the request so I know when to be checking back?
BinOC is Binary Outcast my site.. Nevermind about that.. As for this.. It is on the list.. Just check back here periodically. Not everyone is a magic man like Moonchild :thumbup:

UPDATE: I have opened a ticket because there is nothing we can automagically do to help them via pull request. https://github.com/hadalin/firefox-hidefedora/issues/4
How far are you prepared to go? How much are you prepared to risk? How many people are you prepared to sacrifice for victory?
Are you willing to die friendless, alone, deserted by everyone? Because that's what may be required of you in the war that is to come.

Image

Voltaic

Re: 'Hide Fedora' incompatible (hides reddit trolls in youtu

Post by Voltaic » 2015-04-27, 08:28

Matt A Tobin wrote:Anyone who does this them selves will not get any support from the Pale Moon Add-ons Team and indeed at all.
Moonchild wrote:
Matt A Tobin wrote:Anyone who does this them selves will not get any support from the Pale Moon Add-ons Team and indeed at all.
Something tells me they don't care as long as it Just Works™
There's no need to be so patronising. Yes of course we would want the extension to function. If it doesn't and it breaks something, then it's our responsibility to fix it - which is pretty trivial to do.

In any case, the original author was kind enough to extend compatibility to Pale Moon for his extension:
https://github.com/hadalin/firefox-hide ... emoon/dist

Locked