Go to post arrow not working

D

Deleted member 481

Guest
Disabled all add-ons, when I click the little red arrow in a quoted post, to go to the original post, nothing happens. This has always worked since I've been at this forum. This just started about a week ago. If I right click & open in new tab or new window, that'll work. Just clicking it does nothing though.

I have "Live Update" and "Spoiler Media" checked only.
 
Last edited by a moderator:
  • Like
Reactions: kryss
D

Deleted member 481

Guest
Finally figured out what happened. For some reason neither Chrome or CCleaner was deleting my cookies. Had to manually delete mturkcrowd cookie, which fixed the problem, phew.
 
  • Like
Reactions: jan

ducky

good brain, good life
Mentor
Contributor
Joined
Jul 19, 2016
Messages
8,706
Reaction score
23,667
Points
1,013
Gender
Female
so i started getting this issue recently, but deleting cookies didn't fix it :thinking:
 

Cara

ad space now available
Contributor
Joined
Jan 12, 2016
Messages
6,685
Reaction score
12,921
Points
1,163
Location
Mass.
Gender
Female
started happening to me as well.
 

kryss

carburante al fuoco
Former Admin
Joined
Jan 10, 2016
Messages
20,910
Reaction score
61,580
Points
1,488
@Fester ducky @ducky Cara @Eri

Try installing this, it should fix it. Seems to be a problem with chrome.

Code:
// ==UserScript==
// @name         MTC Previous Post Patch
// @namespace    https://github.com/Kadauchi
// @version      1.0.0
// @description  Does things...
// @author       Kadauchi
// @icon
// @include      http://www.mturkcrowd.com*
// @include      https://www.mturkcrowd.com*
// @require      http://code.jquery.com/jquery-3.2.1.min.js
// ==/UserScript==

$(`#messageList`).on(`click`, `a[href^="goto/post"]`, e => $(`html, body`).animate({scrollTop: $(e.target.hash).offset().top}, 250));
 
Last edited by a moderator:
  • Like
Reactions: Cara

Achilles2357

Active Member
Joined
May 24, 2017
Messages
966
Reaction score
1,459
Points
393
Gender
Male
I can attest to some weirdness here too...
 

kryss

carburante al fuoco
Former Admin
Joined
Jan 10, 2016
Messages
20,910
Reaction score
61,580
Points
1,488
I can attest to some weirdness here too...

Try installing this:

@Fester ducky @ducky Cara @Eri

Try installing this, it should fix it. Seems to be a problem with chrome.

Code:
// ==UserScript==
// @name         MTC Previous Post Patch
// @namespace    https://github.com/Kadauchi
// @version      1.0.0
// @description  Does things...
// @author       Kadauchi
// @icon      
// @include      http://www.mturkcrowd.com*
// @require      http://code.jquery.com/jquery-3.2.1.min.js
// ==/UserScript==

$(`#messageList`).on(`click`, `a[href^="goto/post"]`, e => $(`html, body`).animate({scrollTop: $(e.target.hash).offset().top}, 250));
 
  • Like
Reactions: Achilles2357

ducky

good brain, good life
Mentor
Contributor
Joined
Jul 19, 2016
Messages
8,706
Reaction score
23,667
Points
1,013
Gender
Female
@Fester ducky @ducky Cara @Eri

Try installing this, it should fix it. Seems to be a problem with chrome.

Code:
// ==UserScript==
// @name         MTC Previous Post Patch
// @namespace    https://github.com/Kadauchi
// @version      1.0.0
// @description  Does things...
// @author       Kadauchi
// @icon     
// @include      http://www.mturkcrowd.com*
// @require      http://code.jquery.com/jquery-3.2.1.min.js
// ==/UserScript==

$(`#messageList`).on(`click`, `a[href^="goto/post"]`, e => $(`html, body`).animate({scrollTop: $(e.target.hash).offset().top}, 250));
since i just found out and no one ever posted it here; the @include needs to be changed to https://
 
  • Like
Reactions: aveline

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,507
Reaction score
104,411
Points
2,088
Location
Las Vegas
Gender
Female
since i just found out and no one ever posted it here; the @include needs to be changed to https://
Yes, new version:

Code:
// ==UserScript==
// @name         MTC Previous Post Patch
// @namespace    https://github.com/Kadauchi
// @version      1.0.0
// @description  Does things...
// @author       Kadauchi
// @icon
// @include      http://www.mturkcrowd.com*
// @include      https://www.mturkcrowd.com*
// @require      http://code.jquery.com/jquery-3.2.1.min.js
// ==/UserScript==

$(`#messageList`).on(`click`, `a[href^="goto/post"]`, e => $(`html, body`).animate({scrollTop: $(e.target.hash).offset().top}, 250));
 
  • Like
Reactions: Cara

Cara

ad space now available
Contributor
Joined
Jan 12, 2016
Messages
6,685
Reaction score
12,921
Points
1,163
Location
Mass.
Gender
Female
thanks! very helpful.
 
  • Like
Reactions: aveline
D

Deleted member 481

Guest
Wonder why it's so hard to fix? I try to minimize the scripts I use. Down to 7.
 
D

Deleted member 481

Guest
It's been months now. Any update on if this is ever going to be fixed?
 
  • Like
Reactions: kryss