PM is just as bad as IE - apparently

Off-topic discussion/chat/argue area with special rules of engagement.
Forum rules
The Off-Topic area is a general community discussion and chat area with special rules of engagement.

Enter, read and post at your own risk. You have been warned!
While our staff will try to guide the herd into sensible directions, this board is a mostly unrestricted zone where almost anything can be discussed, including matters not directly related to the project, technology or similar adjacent topics.

We do, however, require that you:
  • Do not post anything pornographic.
  • Do not post hate speech in the traditional sense of the term.
  • Do not post content that is illegal (including links to protected software, cracks, etc.)
  • Do not post commercial advertisements, SEO links or SPAM posts.
We also ask that you keep strongly polarizing topics like politics and religion to a minimum. This forum is not the right place to discuss such things.
Please do exercise some common sense. How you act here will inevitably influence how you are treated elsewhere.
User avatar
Octopuss
Lunatic
Lunatic
Posts: 443
Joined: 2021-02-19, 20:46

PM is just as bad as IE - apparently

Post by Octopuss » 2025-02-12, 09:11

This cannot get anymore hillarious.
I opened the website of our town, and got a popup saying I was using IE and should upgrade to supported browser (with the typical trio of terror list).
I really wonder WTF is the website doing. It can't even be reading the stupid useragent, because there's no way it could figure PM was IE, right?
https://www.melnik.cz/
Can anyone figure anything out? I'm just curious. The website is horrible and I don't give a shit about it, but I'm dying to know WTF are they doing.

User avatar
adoxa
Astronaut
Astronaut
Posts: 630
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: PM is just as bad as IE - apparently

Post by adoxa » 2025-02-12, 09:24

No popup in Basilisk. Ah, it looks for "rv:11" in the user agent; Basilisk hasn't updated yet and is still "rv:102", but PM is now "rv:115". There you go, dumb test.

User avatar
Moonchild
Project founder
Project founder
Posts: 39344
Joined: 2011-08-28, 17:27
Location: Sweden

Re: PM is just as bad as IE - apparently

Post by Moonchild » 2025-02-12, 13:48

maybe write to their mailroom with a complaint ;P
epodatelna@melnik.cz
"Praise from a narcissistic person is always a poison dart. They don't share the stage, so discernment matters." - Dr. Ramani
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
Octopuss
Lunatic
Lunatic
Posts: 443
Joined: 2021-02-19, 20:46

Re: PM is just as bad as IE - apparently

Post by Octopuss » 2025-02-12, 15:45

I did, but only to tell them they were stupid and incompetent (in a slightly nicer words).

Any website that has that dumb Google translate bar you can't get rid of is guaranteed to be put together by a complete imbecile and should be nuked from the orbit (including the author).

User avatar
back2themoon
Knows the dark side
Knows the dark side
Posts: 3236
Joined: 2012-08-19, 20:32

Re: PM is just as bad as IE - apparently

Post by back2themoon » 2025-02-12, 16:27

LuftWafflePilot wrote:
2025-02-12, 15:45
I did, but only to tell them they were stupid and incompetent (in a slightly nicer words).
That usually doesn't work, and understandably so. Consider changing your tactics. :)
LuftWafflePilot wrote:
2025-02-12, 15:45
Any website that has that dumb Google translate bar you can't get rid of is guaranteed to be put together by a complete imbecile and should be nuked from the orbit (including the author).
Agreed. But you can get rid of it I think, by adding the code below to uBO/My Filters: (applies to all websites)

Code: Select all

##.skiptranslate
translate.googleapis.*/*/main*js
edit: some blank space seems to persist on that website (which is unusual), but the annoying bar is gone.
Last edited by back2themoon on 2025-02-12, 16:36, edited 2 times in total.

User avatar
Moonchild
Project founder
Project founder
Posts: 39344
Joined: 2011-08-28, 17:27
Location: Sweden

Re: PM is just as bad as IE - apparently

Post by Moonchild » 2025-02-12, 16:29

LuftWafflePilot wrote:
2025-02-12, 15:45
Any website that has that dumb Google translate bar you can't get rid of is guaranteed to be put together by a complete imbecile and should be nuked from the orbit (including the author).
For the record: that bar was the only way I could make any sense of the site, not understanding Czech, and finding their mail room e-mail address.
"Praise from a narcissistic person is always a poison dart. They don't share the stage, so discernment matters." - Dr. Ramani
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
back2themoon
Knows the dark side
Knows the dark side
Posts: 3236
Joined: 2012-08-19, 20:32

Re: PM is just as bad as IE - apparently

Post by back2themoon » 2025-02-12, 16:46

... and adding this below to the My rules section, will take care of the empty space as well: (for this website alone)

Code: Select all

www.melnik.cz translate.googleapis.com * block
Of course, it can be tweaked to work on all websites. Pretty much everything can be tweaked. At least for now...

User avatar
Octopuss
Lunatic
Lunatic
Posts: 443
Joined: 2021-02-19, 20:46

Re: PM is just as bad as IE - apparently

Post by Octopuss » 2025-02-12, 20:12

How do you guys know how to write these filters? None if it makes any sense to me :D

User avatar
back2themoon
Knows the dark side
Knows the dark side
Posts: 3236
Joined: 2012-08-19, 20:32

Re: PM is just as bad as IE - apparently

Post by back2themoon » 2025-02-12, 20:23

You don't need to know all that much. All can be done via UI alone: uBO's Element Picker is your friend:

https://github.com/gorhill/ublock/wiki/Element-picker

Dynamic filtering, too:

https://github.com/gorhill/ublock/wiki/ ... -filtering