Turbo-Charge your browser for fanart.tv

Content for the site and social networks, have any ideas? Let us know about it.
User avatar
akovia
Admin
Admin
Posts: 441
Joined: Wed Dec 18, 2013 3:37 pm

Re: Turbo-Charge your browser for fanart.tv

Post by akovia »

**New update to the imagus mod.**

I was able to get the original author of Imagus to add a couple features to the mod that Paszt made.

The 2 new features are..
New shortcut Ctrl+Alt+A toggles only Black & White. (Better for edge checking where you don't need to cycle through unused colors.)
There is a gutter check border for Character Art now. It cycles through along with the one for logos.

I also changed the graphics for the borders to be thinner.
Image

The updated file can be found in the opening post. imagus-script_0.6.user.js
User avatar
shevman
Moderator
Moderator
Posts: 151
Joined: Thu Mar 20, 2014 8:34 pm

Re: Turbo-Charge your browser for fanart.tv

Post by shevman »

O yeah, I was waiting for this feature! (....Ctrl+Alt+A toggles only Black & White......)
So as the majority of images have colours white and black, they are more apply for bounds checking.
Thanks for the update buddy!
User avatar
ezz9
Posts: 20
Joined: Sat May 30, 2015 9:13 am

Re: Turbo-Charge your browser for fanart.tv

Post by ezz9 »

What happened to the dark backgrounds for the forum? now it's just all about the smiles I'm blinded with all the white :(
User avatar
akovia
Admin
Admin
Posts: 441
Joined: Wed Dec 18, 2013 3:37 pm

Re: Turbo-Charge your browser for fanart.tv

Post by akovia »

ezz9 wrote:What happened to the dark backgrounds for the forum? now it's just all about the smiles I'm blinded with all the white :(
Looks the like the original author pulled it from userstyles.org.

Here is the css I'm using:
fanart-tv-forums-small-smileys.css
(128.92 KiB) Downloaded 747 times
Paste that into a new rule and for the "Applies to" section use
URL's starting with https://forum.fanart.tv

I'll need to redo the tutorial at some point but that should get you going.
User avatar
zorensen
Admin
Admin
Posts: 116
Joined: Wed May 07, 2014 9:02 pm
Location: Norway
Contact:

Re: Turbo-Charge your browser for fanart.tv

Post by zorensen »

The CSS has been updated to fit the current stafflist and probably some other small tweaks. Thanks to Esky for this.
Attachments
Fanart.tv-0.9.3.chrome.css
Thanks for Esky for this :-)
(47.9 KiB) Downloaded 832 times
"If you can't explain it simply, you don't understand it well enough." Albert Einstein

- Getting started
- Navigating Fanart.tv
- Why Your Image May be Denied
- Moderation Time
- Music Fanart Rules
User avatar
zorensen
Admin
Admin
Posts: 116
Joined: Wed May 07, 2014 9:02 pm
Location: Norway
Contact:

Re: Turbo-Charge your browser for fanart.tv

Post by zorensen »

UPDATE 04.09.2016

Esky made more changes to the CSS files. Thanks, buddy!
The updated CSS files to use with Stylish can be downloaded here.

Great work, Esky!
Attachments
fanart_dark_compact.0.9.4.css
fanart.tv - Dark Compact theme.
(49.72 KiB) Downloaded 1084 times
"If you can't explain it simply, you don't understand it well enough." Albert Einstein

- Getting started
- Navigating Fanart.tv
- Why Your Image May be Denied
- Moderation Time
- Music Fanart Rules
User avatar
zorensen
Admin
Admin
Posts: 116
Joined: Wed May 07, 2014 9:02 pm
Location: Norway
Contact:

Re: Turbo-Charge your browser for fanart.tv

Post by zorensen »

Here's also a updated file for the admin CSS :-)
Thanks again to Esky!
Attachments
fanart.tv-Admin 0.4.3.css
fanart.tv - Admin theme
(23.84 KiB) Downloaded 1068 times
"If you can't explain it simply, you don't understand it well enough." Albert Einstein

- Getting started
- Navigating Fanart.tv
- Why Your Image May be Denied
- Moderation Time
- Music Fanart Rules
User avatar
McVicar
Veteran
Veteran
Posts: 77
Joined: Fri Aug 19, 2016 2:04 pm
Location: AUSTRIA/GRAZ

Re: Turbo-Charge your browser for fanart.tv

Post by McVicar »

Line 31 red paste then it also shows red press F5 (windows) ;-)

Code: Select all

['black', 'white', 'transparent','red']
cheers McVicar
User avatar
Esky
Veteran
Veteran
Posts: 171
Joined: Mon May 26, 2014 3:42 pm
Location: UK

Re: Turbo-Charge your browser for fanart.tv

Post by Esky »

McVicar wrote:Line 31 red paste then it also shows red press F5 (windows) ;-)

Code: Select all

['black', 'white', 'transparent','red']
cheers McVicar
So what does adding this line actually do ? I tried to add it to “fanart.tv-Admin 0.4.3” and get the following error:

Expected IDENT at line 31, col 2.

EDIT: I found what you were getting at - the change you’re suggesting is to “imagus-script_0.6.user.js”

BUT ... all that does is add RED toggle to CTRL+ALT+A - which is desingen to only toggle Black & White.

CTRL+ALT+Q already toggles between Black, White, Red, Yellow & Transparent !
User avatar
McVicar
Veteran
Veteran
Posts: 77
Joined: Fri Aug 19, 2016 2:04 pm
Location: AUSTRIA/GRAZ

Re: Turbo-Charge your browser for fanart.tv

Post by McVicar »

For me it works with ctrl alt w and it is red ;-)

Code: Select all

Var nextColor = (function () {
Var count = 0;
Var colorArrays = [
['Black', 'white', 'red', '# 00ff00', 'transparent'],
['Black', 'white', 'transparent', 'red']
];
Post Reply