E2: Happening with "Colour visited threads and links" turned on or off, guess it sneaked in
I think I know what it is without even looking, I have a feeling the forum maintenance we just had might be behind it as I was using the refresh after the linkify update.
Edit: Yep it's a result of the forums maintenance. They fixed a missing "/" in the canonical attribute so the corrections RS Linkify was making weren't designed for something that was not broken.
I read the comma separated digits in the URL from that (261,262,33,65181208) and now it's out by a digit because the length has increased by one.
I have a fix on the way, just waiting for google to make it public. I'll post when it's ready
04-Nov-2015 17:18:14
- Last edited on
04-Nov-2015 17:36:01
by
Indecent Act
I'd been compensating for that missing backslash (see my previous post) not long after I first made the refresh buttons. When I saw the post (and we just had forum maintenance) I knew exactly what it was.
Easy adjustment for a change
Thanks for posting Amaethwr and AoDude
04-Nov-2015 17:45:20
- Last edited on
04-Nov-2015 17:47:09
by
Indecent Act
Your right Amaethwr, it did happen once before but it was the opposite. It had the correct URL structure and they removed a "/" from it. That broke the refresh button and I've been compensating ever since (until now).
I just hope it stays this way from here on
Anyway it's good to an update because I wanted to see that the optional permissions stick. They are meant to stick, but since this is new to me it's good to see it all working as it should.
04-Nov-2015 17:49:54
- Last edited on
04-Nov-2015 17:52:10
by
Indecent Act
Being able to sync our settings across multiple computers signed into chrome with the same account. (Or some other method to authenticate the same person)
I am not sure if this is possible within the chromium framework by itself, and I am sure you don't want to load your server with a mysql database of full of custom settings. But it seems like there should be an easy way to do it.
Chrome seems to sync the history, so the read/visited threads works cross computers, but things like color customization and avatar replacements would be nice too. (yes I know I can look up my avatar code, but why not have a script do it for me and keep things consistent from computer to computer.)
Secondary Request
Anything you can do to make ctrl+z "undo" bb coding actions?
Being able to sync our settings across multiple computers signed into chrome with the same account. (Or some other method to authenticate the same person)
I am not sure if this is possible within the chromium framework by itself, and I am sure you don't want to load your server with a mysql database of full of custom settings. But it seems like there should be an easy way to do it.
Chrome seems to sync the history, so the read/visited threads works cross computers, but things like color customization and avatar replacements would be nice too. (yes I know I can look up my avatar code, but why not have a script do it for me and keep things consistent from computer to computer.)
Secondary Request
Anything you can do to make ctrl+z "undo" bb coding actions?
Sadly I cant do the sync and I've tried. It's just too small. Sync belongs to the chrome.storage api (I currently use for linkify) so yes accessing sync is possible but very limiting.
It can only handle 0.1 of a Mb of data and a max of 512 items. Friends list alone for many people would come close to exceeding the limit. Even without friend/clan lists it still can't take all Linkify settings. I'd love to be able to do it.
I used to have an export/import to/from file option for settings, and I will bring that back at some stage.
Not sure about the undo. I can look into it though. I don't want to get into keyboard shortcuts or override the functionality of existing ones. I need to put some thought into this one before I can reply. I don't deny it could be handy.
04-Nov-2015 18:09:47
- Last edited on
04-Nov-2015 18:15:41
by
Indecent Act