ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)
- dokidoki
- c0d3 m0nk3y
- Joined: Tue Dec 19, 2000 7:42 pm
- Status: BLEEP BLOOP!
- Location: doki doki space
- Contact:
Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)
Stick this into a Tampermonkey script to see avatars on the left side.
// ==UserScript==
// @name AMV Profile Left
// @namespace http://tampermonkey.net/
// @version 0.1
// @match http://www.animemusicvideos.org/forum/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
'use strict';
$('.postprofile').css('float','left');
// ==UserScript==
// @name AMV Profile Left
// @namespace http://tampermonkey.net/
// @version 0.1
// @match http://www.animemusicvideos.org/forum/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
'use strict';
$('.postprofile').css('float','left');
- Radical_Yue
- Joined: Fri Feb 04, 2005 8:45 pm
- Status: The flamer with heart of gold~<3
Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)
dokidoki wrote:Stick this into a Tampermonkey script to see avatars on the left side.
// ==UserScript==
// @name AMV Profile Left
// @namespace http://tampermonkey.net/
// @version 0.1
// @match http://www.animemusicvideos.org/forum/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
'use strict';
$('.postprofile').css('float','left');
Youda best!
- Niotex
- The Phantom Canine
- Joined: Sun Jun 08, 2003 1:54 pm
- Status: Simply Insane
- Location: Netherlands
Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)
Baw no FF love Tim?
- dokidoki
- c0d3 m0nk3y
- Joined: Tue Dec 19, 2000 7:42 pm
- Status: BLEEP BLOOP!
- Location: doki doki space
- Contact:
Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)
Put the same thing in a Greasemonkey script.
The forum seems to be doing a replace on one of my lines... remove the space between /s:
// @match http:/ /www.animemusicvideos.org/forum/*
The forum seems to be doing a replace on one of my lines... remove the space between /s:
// @match http:/ /www.animemusicvideos.org/forum/*
- irriadin
- BUBBLES!
- Joined: Tue Jun 07, 2005 11:59 pm
- Status: I fight for my friends
- Location: Los Angeles, California
Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)
It's a pretty dumb UX decision on phpbb's part to make avatars appear on the right. I mean, maybe if we were a Japanese language board where people are accustomed to RTL reading, but yea. Were any other forum software packages considered in place of phpbb, or are we more or less tied to this forever?
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)
I don't get why this Tampermonkey script (with @match *) will run for, say, http://www.electoral-vote.com but not for this forum...?
/me admittedly knows nothing about browser extensions.
/me admittedly knows nothing about browser extensions.
- irriadin
- BUBBLES!
- Joined: Tue Jun 07, 2005 11:59 pm
- Status: I fight for my friends
- Location: Los Angeles, California
Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)
I've heard that people have been having issues with the Greasemonkey script. If you're having difficulty with that, try using Stylish instead:
- Install Stylish for Firefox or Stylish for Chrome
- Click the Stylish icon and "write a style."
- CHROME USERS: Enter the following rule for animemusicvideos.org:
FIREFOX USERS: Enter the following rule for animemusicvideos.org:
Code: Select all
.postprofile { float: left; border-width: 0px!important; }
Code: Select all
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("animemusicvideos.org") { .postprofile { float: left; border-width: 0px!important; } }
- Name it, save it, done!
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)
This one worked on the first try, thanks Irriadin!
- Rider4Z
- The Machine
- Joined: Sun Dec 14, 2003 3:55 am
- Status: Larger than life.
- Contact:
Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)
I'm giving the new design a whirl. I like change. It keeps me on my toes.
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)
Any way to get thread author to display on mobile?
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |