![](https://furrycdn.org/avatars/2020/4/23/1587633002380521033970.png)
Luna ![Even Worse Kobold - Even Worse Kobold -](https://furrycdn.org/badges/2022/3/31/1648767930030275084310.svg)
![Birthday Fur - Joined within the first year of the site operation and has had significant amount of activity as of June 1, 2021. Birthday Fur - Joined within the first year of the site operation and has had significant amount of activity as of June 1, 2021.](https://furrycdn.org/badges/2020/5/2/15883875036256270148130.svg)
![Derpy Fur - Prevented Furbooru's terrible fate in April of 2021. Derpy Fur - Prevented Furbooru's terrible fate in April of 2021.](https://furrycdn.org/badges/2021/3/30/1617129505520886011808195.svg)
![Astra - Helped choose the name for our mascot - Astra. Astra - Helped choose the name for our mascot - Astra.](https://furrycdn.org/badges/2020/8/6/15967465173539480267872.svg)
![Passing of the Eclipse - Joined within the first month of public opening and has had at least some activity as of August 3, 2020. Passing of the Eclipse - Joined within the first month of public opening and has had at least some activity as of August 3, 2020.](https://furrycdn.org/badges/2020/8/11/159717839569295601252146.svg)
![Platinum Piece - Platinum Supporter on Patreon Platinum Piece - Platinum Supporter on Patreon](https://furrycdn.org/badges/2022/9/5/33a5d186-2d6c-11ed-b5d1-fa163e2903ab.svg)
![Since the Beginning - Registered before the site was public Since the Beginning - Registered before the site was public](https://furrycdn.org/badges/2020/5/2/15883833719574350115110.svg)
![Always Codes Drunk - Apparently cats have non-existent alcohol tolerance Always Codes Drunk - Apparently cats have non-existent alcohol tolerance](https://furrycdn.org/badges/2020/5/2/158840967624328107121.svg)
![Artist - Artist -](https://furrycdn.org/badges/2020/5/6/1588781796229154090210.svg)
Administrator
Devops
"@LightningBolt":/forums/meta/topics/welcome-to-furbooru-beta-information-about-the-site-as-a-work-in-progress?post_id=151#post_151
Centered layout is the default from now on, left-side layout is deprecated forever.
Rating tags were changed based on our experience with the furry fandom in general.
Thanks, I like purple too, it's my fave color :3
If you want left-side layout back, use a userscript:
@[bq]// ==UserScript==
// @name Not center
// @version 0.1
// @author stsyn
// @include /http[s]:\/\/furbooru\.[org|net|com]/
// ==/UserScript==
(function() {
'use strict';
document.getElementById('container').classList.remove('layout--center-aligned');
})();@[/bq]
Centered layout is the default from now on, left-side layout is deprecated forever.
Rating tags were changed based on our experience with the furry fandom in general.
Thanks, I like purple too, it's my fave color :3
If you want left-side layout back, use a userscript:
// @name Not center
// @version 0.1
// @author stsyn
// @include /http[s]:\/\/furbooru\.[org|net|com]/
// ==/UserScript==
(function() {
'use strict';
document.getElementById('container').classList.remove('layout--center-aligned');
})();