NFOHump Cookies Fixer Tampermonkey Script
Page 2 of 2 Goto page Previous  1, 2
sabin1981
Mostly Cursed



Posts: 87805

PostPosted: Sun, 8th Dec 2019 13:13    Post subject:
LeoNatan wrote:
It's not American, it's using "en-UK" as locale. Are you seeing "12-5-19"?

Judging by weather here, it's May indeed! Laughing


Yeah, I checked the script and it does say en-UK but the date on the left is showing "12/5/19" Neutral
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73259
Location: Ramat HaSharon, Israel ๐Ÿ‡ฎ๐Ÿ‡ฑ
PostPosted: Sun, 8th Dec 2019 13:15    Post subject:
What browser?
Back to top
sabin1981
Mostly Cursed



Posts: 87805

PostPosted: Sun, 8th Dec 2019 13:18    Post subject:
LeoNatan wrote:
What browser?


Your favourite one
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73259
Location: Ramat HaSharon, Israel ๐Ÿ‡ฎ๐Ÿ‡ฑ
PostPosted: Sun, 8th Dec 2019 13:19    Post subject:

Don't use crap.
There is really no excuse! Very Happy
Back to top
sabin1981
Mostly Cursed



Posts: 87805

PostPosted: Sun, 8th Dec 2019 13:20    Post subject:
I can't help it, I've always loved Chrome and I'm stuck in a comfortable position with it. The extensions/theme/layout and the fact that it syncs seamlessly between desktop and my Galaxy S7 so I can keep the same tabs/history wherever I go. Plus, well, performance is absolutely fine and I haven't noticed any major issues that would benefit from a change to FF or something.
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73259
Location: Ramat HaSharon, Israel ๐Ÿ‡ฎ๐Ÿ‡ฑ
PostPosted: Sun, 8th Dec 2019 13:24    Post subject:
Sorry, not sure why the date comes out like that. Probably a bug in the browser. Sad
Back to top
sabin1981
Mostly Cursed



Posts: 87805

PostPosted: Sun, 8th Dec 2019 13:25    Post subject:
No worries, it's a niggle that's all Smile In fact.. if I can be cheeky and ask if there's a way of disabling the date output? I'm terrible at scripting and can't see any "obvious" way of #/nop'ing it out of the script so that it doesn't even appear.
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73259
Location: Ramat HaSharon, Israel ๐Ÿ‡ฎ๐Ÿ‡ฑ
PostPosted: Sun, 8th Dec 2019 13:32    Post subject:
I will probably remove it on the next version. Look for the .toLocalString(...) and wrap that part of the string with /* ... */.
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73259
Location: Ramat HaSharon, Israel ๐Ÿ‡ฎ๐Ÿ‡ฑ
PostPosted: Sun, 8th Dec 2019 13:32    Post subject:
Change

Code:
$('#leftdiv > div.menuLeftContainer:first > ul > li:first > a').html(pairCount + "<br />" + (new Date(forum_f_all * 1000)).toLocaleString(
   'en-UK', dateOptions));


to

Code:
$('#leftdiv > div.menuLeftContainer:first > ul > li:first > a').html(pairCount + "")


There are two places where you need to make that change.
Back to top
sabin1981
Mostly Cursed



Posts: 87805

PostPosted: Sun, 8th Dec 2019 13:37    Post subject:
Star, thank you!
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73259
Location: Ramat HaSharon, Israel ๐Ÿ‡ฎ๐Ÿ‡ฑ
PostPosted: Tue, 10th Mar 2020 15:48    Post subject:
Latest Firefox (74) broke the script. Looking to fix it.
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73259
Location: Ramat HaSharon, Israel ๐Ÿ‡ฎ๐Ÿ‡ฑ
PostPosted: Tue, 10th Mar 2020 15:55    Post subject:
Fixed in 1.0.10
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73259
Location: Ramat HaSharon, Israel ๐Ÿ‡ฎ๐Ÿ‡ฑ
PostPosted: Fri, 28th Jan 2022 12:14    Post subject:
https://apps.apple.com/us/app/userscripts/id1463298887

If you are on iOS, use this app instead of Tampermonkey. It supports all my scripts. With this script, the biggest issue on mobile is fixed: clicking on โ€œMark All as Readโ€ now pops an alert.
Back to top
Page 2 of 2 All times are GMT + 1 Hour
NFOHump.com Forum Index - General chatter Goto page Previous  1, 2
Signature/Avatar nuking: none (can be changed in your profile)  


Display posts from previous:   

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group