I have a bookmark in my Firefox like this:
http://foo.bar/index.html?year=2017&month=7&day=21&group=11,21,31&type=something
My question is whether it's possible to dynamically assign year, month and day in such bookmarked URL? I don't want to change year, month and day every time it has changed. Is there a way to replace it with something like
http://foo.bar/index.html?year=getcurrentyear()&month=getcurrentmonth()
Or something like that?