Someone is changing elements with the Dev tools on my computer how do i reverse the changes

i am new to computers you could call me technically retarded sometimes my pages are padded and sometimes they dont work at all this part or that will be missing or i will get a ridiculous redirect i really dont understand it but im reading about it in the forums
please help me it seems a touch suspicuous there are things encrypted with 256 encryption hidden photos and all kinds of other stuff
sincerely
James r fair
Portland Or
SalpareBay Marina
8/30/2014

Unknown property '-moz-border-radius'. Declaration dropped. 0:1
Unknown property '-moz-border-radius-bottomleft'. Declaration dropped. 0:1
Unknown property '-moz-border-radius-topleft'. Declaration dropped. 0:1
Expected 'none' or URL but found 'alpha('. Error in parsing value for 'filter'. Declaration dropped. 0:1
Unknown property '-moz-box-shadow'. Declaration dropped. 0:1
Unknown property '-moz-border-top-left-radius'. Declaration dropped. 0:1
Unknown property '-moz-border-top-right-radius'. Declaration dropped. 0:1
Expected color but found 'top'. Error in parsing value for 'background-image'. Declaration dropped. 0:1
Expected media feature name but found '-webkit-min-device-pixel-ratio'. 0:1
Error in parsing value for 'image-rendering'. Declaration dropped. 0:1
Expected color but found 'none'. Error in parsing value for 'background-color'. Declaration dropped. 0:1
Error in parsing value for '-moz-transition'. Declaration dropped. 0:1
Error in parsing value for 'transition'. Declaration dropped. 0:1
Unknown property 'zoom'. Declaration dropped. 0:1
Expected color but found 'right'. Error in parsing value for 'background-image'. Declaration dropped. 0:1
Expected color but found 'bottom'. Error in parsing value for 'background-image'. Declaration dropped. 0:1
Expected color but found 'left'. Error in parsing value for 'background-image'. Declaration dropped. 0:1
Unknown property '-moz-background-size'. Declaration dropped. 0:1
Expected color but found 'auto'. Error in parsing value for 'border-left'. Declaration dropped. 0:1
Error in parsing value for 'border-right'. Declaration dropped. 0:1
Unknown pseudo-class or pseudo-element '-ms-clear'. Ruleset ignored due to bad selector. 0:1
Unknown pseudo-class or pseudo-element '-webkit-scrollbar'. Ruleset ignored due to bad selector. 0:1
Unknown pseudo-class or pseudo-element '-webkit-scrollbar-button'. Ruleset ignored due to bad selector. 0:1
Unknown pseudo-class or pseudo-element '-webkit-scrollbar-corner'. Ruleset ignored due to bad selector. 0:1
Unknown pseudo-class or pseudo-element '-webkit-scrollbar-thumb'. Ruleset ignored due to bad selector. 0:1
this is my gmail
rocky fair
portland or
On Sat, Aug 30, 2014 at 12:32 PM, Mozilla Support Forum <[email protected]> wrote:
Mozilla Support
someone is changing elements with the Dev tools on my computer how do i reverse the changes
cor-el Aug 30, 2014 5:32:47 AM
Can you attach a screenshot?
http://en.wikipedia.org/wiki/Screenshot
https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
Use a compressed image type like PNG or JPG to save the screenshot
Make sure that you do not exceed the maximum size of 1 MB
This isn't done via the developer tools, but more likely by an extension or security software.
You can try these steps in case of issues with web pages:
You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
Hold down the Shift key and left-click the Reload button
Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
Press "Command + Shift + R" (Mac)
Clear the cache and remove cookies only from websites that cause problems.
"Clear the Cache":
Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
"Remove Cookies" from sites causing problems:
Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
Do NOT click the Reset button on the Safe Mode start window
https://support.mozilla.org/kb/Safe+Mode
https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
Mark it as solved This doesn't solve my problem
Browse for unsolved questions and help a Firefox user
Solving 1 issue helps up to 1,000 users a day!
This email is automatically sent by a robot. Our robot can’t respond to your question, but our forum contributors can! If you want to respond to them, please click here.
Change your email preferences
Unsubscribe from these emails

Similar Messages

Maybe you are looking for

  • Link to a mail program

    I need some help. How can I set a link in the Java Server Page to call a mail program in the client machine. The page I am talking about is: http://www.pccruzadas.dontexist.com Thank you Manuel Braz

  • Copy template from company to company

    I have a PLD Template designed for one company.  I like to use the same for another company as it is.  I dont want to design a new template for the target company, just copy it and change the logo.  How can I send it from One company database to othe

  • Using imessage on iphone and ipad

    Hi I seem to have a problem using imessage. If a new message lands (fro unknown reasons) on my ipad mini, it does not appear in my iphone. How can I have messages appear in all devices? thanks

  • A network game

    hi I am writing a network game using sockets. But it is slower for an action game. For chess-type games there is no problem but for games which require continuous key pressing there is a problem of speed. how can i speed up network ? any suggestions

  • Assign date field to ddmmyy variables

    Hi Guys, I have some code which takes the current date and splits it into dd, mm and yy variables. var today = new Date(); var dd = today.getDate(); var mm = today.getMonth()+1; var yyyy = today.getFullYear(); if(dd<10){dd='0'+dd} if(mm<10){mm='0'+mm