hello20 Posted September 2, 2016 Posted September 2, 2016 (edited) Hi everyone, I have a very little of knowledge in auto it. My idea is too provide a little tool for bad seing persons (daltonian and old persons). As they can't read some internet webpage depending on the colors displayed or internet slang used (lol etc...). I'm actually stuggling on a way to modify the display of an HTML page (text, text color). I've tried by using memory edition without any results. Any suggestion? Thanks for reading my post Edited September 2, 2016 by hello20
Moderators JLogan3o13 Posted September 2, 2016 Moderators Posted September 2, 2016 Modify it how: increase zoom, change color scheme, etc.? Please be specific in what you're trying to accomplish. If all you want to do is increase the zoom, you can just do this: #include <IE.au3> $oIE = _IECreate("www.Google.com") $oIE.Document.Body.Style.Zoom = "200%" "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
hello20 Posted September 2, 2016 Author Posted September 2, 2016 -I would like to modify the value of a given texte. For example if I found the word "lol" replace it by lot of laught. -I would also like to modify the color of different parameters example. For a daltonian who sees the blue color as red and red color as blue. I will modify the blue texte by red and red text by blue. Same will be for the background colors of a table or page body. Thanks for your reply
InunoTaishou Posted September 2, 2016 Posted September 2, 2016 (edited) There's probably already addons to do that in firefox and/or chrome. Here's one for changing colors https://addons.mozilla.org/en-US/firefox/addon/color-that-site/ You can use Greasemonkey (firefox plugin) to create your own custom script to change webpages too. Might be easier/more convenient. https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ Edited September 2, 2016 by InunoTaishou
hello20 Posted September 3, 2016 Author Posted September 3, 2016 Hi, thanks for the links this is not exactly what I'm looking for as each page have to be changed manualy. While I'm looking for a way to makes it automated. Any ideas?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now