Need UserContent or UserChrome to perform slight redirection

User Help for Seamonkey and Mozilla Suite
Post Reply
CuriousJBH
Posts: 1
Joined: June 30th, 2017, 2:12 pm

Need UserContent or UserChrome to perform slight redirection

Post by CuriousJBH »

Hello gentlepersons,

I need either UserContent.css or UserChrome.css to redirect all attempts to go to http://www.amazzon.com, whether by keyboard or by link, to go through smile.amazon.com instead. That way, anything I purchase causes a small but proportional donation to be made to my preferred charity.

Can someone tell me how to do this in five or six lines of code in UserContent or UserChrome instead of my having to install yet another add-on?

Thanx in advance!
CuriousJBH
User avatar
JayhawksRock
Posts: 10433
Joined: October 24th, 2010, 8:51 am

Re: Need UserContent or UserChrome to perform slight redirec

Post by JayhawksRock »

Who is http://www.amazzon.com ? I get redirected to the secure https://www.amazon.com/ with a secure https connection

Or are you going to some insecure Pirate site ???
"The trouble with quotes on the internet is you never know if they are genuine" ...Abraham Lincoln
User avatar
James
Moderator
Posts: 27999
Joined: June 18th, 2003, 3:07 pm
Location: Made in Canada

Re: Need UserContent or UserChrome to perform slight redirec

Post by James »

I do believe the link was a typo if you notice the smile.amazon.com in post.

userChrome.css is for the Firefox UI while the userContent.css is for the changing the appearance of say a website but only you will see the change.

http://kb.mozillazine.org/userContent.css
http://kb.mozillazine.org/userChrome.css
User avatar
JayhawksRock
Posts: 10433
Joined: October 24th, 2010, 8:51 am

Re: Need UserContent or UserChrome to perform slight redirec

Post by JayhawksRock »

James wrote:I do believe the link was a typo if you notice the smile.amazon.com in post.
I guess you are correct, I'm too suspicious .. Sorry about that
"The trouble with quotes on the internet is you never know if they are genuine" ...Abraham Lincoln
Anonymosity
Posts: 8779
Joined: May 7th, 2007, 12:07 pm

Re: Need UserContent or UserChrome to perform slight redirec

Post by Anonymosity »

Both userContent.css and userChrome.css are stylesheets. They change the appearance of things, but do not do redirection.
Post Reply