Unable to click links on news.sky.com
Moderator: trava90
Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
Re: Unable to click links on news.sky.com
Thanks for looking at this. I also found a good example of my middle click issue... do a search on google images, the first item you middle click will put you into scroll mode.
-
- Pale Moon guru
- Posts: 37538
- Joined: 2011-08-28, 17:27
- Location: Motala, SE
Re: Unable to click links on news.sky.com
Middle-click to enable auto-scroll is by design.
If you don't like it you can disable that in preferences -> advanced -> tab general -> use autoscrolling
If you don't like it you can disable that in preferences -> advanced -> tab general -> use autoscrolling
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
- Board Warrior
- Posts: 1273
- Joined: 2017-06-06, 07:38
-
- Lunatic
- Posts: 408
- Joined: 2015-05-08, 14:30
- Location: Wichita, KS
Re: Unable to click links on news.sky.com
I've figured out a workaround that allows the page to work correctly (as far as I can tell). There's a CSS setting that isn't allowing it to work correctly.
The "absolute" value causes problems. Alternatively you can use "unset" or "relative" and they both seem to work. Try adding this code to your userContent.css file and restart the browser.
If the site changes, this could stop working without warning or even cause problems so keep that in mind.
Code: Select all
.sdc-site-tile__headline::after {
position: absolute; }
Code: Select all
@-moz-document domain(news.sky.com) {
.sdc-site-tile__headline::after { position: unset!important; }
}
-
- Board Warrior
- Posts: 1622
- Joined: 2015-07-23, 16:09
- Location: Norway
Re: Unable to click links on news.sky.com
Simply blocking that pseudo-element works too, by adding this rule to your filters in uBO (not ABP-compatible):
Code: Select all
sky.com##.sdc-site-tile__headline:after
In lack of a better "solution", I could ask for the above rule to be added to uBO's legacy filter.
-
- Board Warrior
- Posts: 1622
- Joined: 2015-07-23, 16:09
- Location: Norway
Re: Unable to click links on news.sky.com
Added:
https://github.com/uBlockOrigin/uAssets ... a0b300104/
Simply update your uBO filters, and the site will work!
-
- Board Warrior
- Posts: 1427
- Joined: 2019-05-20, 20:07
- Location: New England
Re: Unable to click links on news.sky.com
Is SeaMonkey still being developed? If so, I'm surprised to hear that.
-
- Knows the dark side
- Posts: 5551
- Joined: 2015-12-09, 15:45
Re: Unable to click links on news.sky.com
It's on life support. Based on Firefox 60 I think, they don't frequently release updates.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
-
- Board Warrior
- Posts: 1873
- Joined: 2015-09-30, 23:02
- Location: uk.
Re: Unable to click links on news.sky.com
yes seamonkey is still being developed but quite slowly.problem is they may have to embrace quantum at some point.
user of multiple puppy linuxes..upup,fossapup.scpup,xenialpup.....
Pale moon 29.4.1

Pale moon 29.4.1
-
- Pale Moon guru
- Posts: 37538
- Joined: 2011-08-28, 17:27
- Location: Motala, SE
Re: Unable to click links on news.sky.com
They can't. Not without a complete front-end rewrite which isn't going to happen.
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
- Knows the dark side
- Posts: 5551
- Joined: 2015-12-09, 15:45
Re: Unable to click links on news.sky.com
Off-topic:
Would it be possible for them to switch the platform to UXP, assuming they wanted to?
Would it be possible for them to switch the platform to UXP, assuming they wanted to?
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX

KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
-
- Pale Moon guru
- Posts: 37538
- Joined: 2011-08-28, 17:27
- Location: Motala, SE
Re: Unable to click links on news.sky.com
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
- Board Warrior
- Posts: 1427
- Joined: 2019-05-20, 20:07
- Location: New England
Re: Unable to click links on news.sky.com
Not much that you can do if a browser's development team is suicidal (regarding the browser).
-
- Board Warrior
- Posts: 1622
- Joined: 2015-07-23, 16:09
- Location: Norway
Re: Unable to click links on news.sky.com
The issue @ news.sky.com seems to have been fixed now, so the workaround has been removed from uBO's legacy filter.
If the problem should resurface, then simply make a note of it here:
https://github.com/uBlockOrigin/uAssets ... a0b300104/
If the problem should resurface, then simply make a note of it here:
https://github.com/uBlockOrigin/uAssets ... a0b300104/