PDA

View Full Version : [ubuntu] Enable NotScript?



cortimi
April 25th, 2011, 02:02 AM
I am trying to enable the password for NotScripts for Google Schrome. I have no idea how to access the area I need to so I can change the password. The website for NotScripts says to navigate to "~/.config/google-chrome/Default/Extensions/odjhifogjcknibkahlpidmdajjpkkcfn" and just how am I supposed to do that?

Latest Ubuntu, latest Chrome

conradin
April 25th, 2011, 02:23 AM
"~" indicates a home directory.
From your home directory type in the terminal:


cd .config/google-chrome/Default/Extensions/

ls


"odjhifogjcknibkahlpidmdajjpkkcfn"
might be the folder or file name, but more likely, its some randomly assigned name. .config is some hidden folder.

cortimi
April 25th, 2011, 04:47 AM
Any idea how to get there from the gui, or how do I open that file from the terminal?

fdrake
April 25th, 2011, 04:54 AM
gedit ~/.config/google-chrome/Default/Extensions/NameOfExtension
put the name of the extension you see in the list of the command of the previous post