| |||||||
| Top Tip : Click here to Boost Your PC & Chrome Browsing Speed |
![]() |
| | Thread Tools | Display Modes |
|
#21
| ||||
| ||||
| Updated the Disable and Uninstall features to make Chrome stop complaining about a missing manifest, also added themes support to the manifest editor. Just remember, once you go "theme" you can never go back! (Okay maybe if you reload it ^^; )
__________________ ~ Projects ~ Specialized: Carapass Auction Watcher Libraries: bliplib Tools: manifest syntax highlighting & snippits |
|
#22
| ||||
| ||||
| for some reason --enable-user-scripts in option 8 doesn't work. i also changed the bat file only to use --enable-user-scripts by default but it also didn't work ;/ |
|
#23
| ||||
| ||||
| Quote:
Mine are working fine, are you sure your User Scripts work in Chrome? A lot of them don't seem to because they require GM_* commands and such.
__________________ ~ Projects ~ Specialized: Carapass Auction Watcher Libraries: bliplib Tools: manifest syntax highlighting & snippits |
|
#24
| ||||
| ||||
| @Waha When I use the shortcut with the --enable-user-scripts in its properties all my user scripts work perfectly, but when i open a link from for example Skype it opens chrome without user scripts even though I've used your tool. |
|
#25
| ||||
| ||||
| Quote:
It might just be that Skype doesn't, I'm not sure. It works correctly for me from Digsby and XChat. Is it just Skype it's not working with, or other things as well?
__________________ ~ Projects ~ Specialized: Carapass Auction Watcher Libraries: bliplib Tools: manifest syntax highlighting & snippits |
|
#26
| ||||
| ||||
| Nope. It's not only Skype, I tried opening a html file and the outcome is the same Any suggestions what i can check/change manually? |
|
#27
| ||||
| ||||
| Quote:
Code: REG ADD HKCR\ChromeHTML\shell\open\command /ve /t REG_SZ /d "\"%apploc%\chrome.exe\" --enable-extensions --enable-user-scripts -- \"%%1\"" /f REG ADD HKCR\http\shell\open\command /ve /t REG_SZ /d "\"%apploc%\chrome.exe\" --enable-extensions --enable-user-scripts -- \"%%1\"" /f REG ADD HKCR\https\shell\open\command /ve /t REG_SZ /d "\"%apploc%\chrome.exe\" --enable-extensions --enable-user-scripts -- \"%%1\"" /f REG ADD HKCR\ftp\shell\open\command /ve /t REG_SZ /d "\"%apploc%\chrome.exe\" --enable-extensions --enable-user-scripts -- \"%%1\"" /f REG ADD HKCU\Software\Clients\StartMenuInternet /ve /t REG_SZ /d "Google Chrome" /f REG ADD HKLM\Software\Clients\StartMenuInternet /ve /t REG_SZ /d "Google Chrome" /f REG ADD "HKLM\Software\Clients\StartMenuInternet\Google Chrome\shell\open\command" /ve /t REG_SZ /d "\"%apploc%\chrome.exe\" --enable-extensions --enable-user-scripts" /f REG ADD HKCR\ChromeExt\shell\open\command /ve /t REG_SZ /d "\"%apploc%\chrome.exe\" --install-extension=\"%%1\" --enable-extensions --enable-user-scripts" /f Also /ve means we're editing the value of the (default) key. So with HTML files, it might not work unless you have had Chrome as your default browser before (and you haven't used anything to reset the association for HTML). Also make sure to reuse the "Start with ... by default" command after Chrome updates, because Chrome will reset your default browser settings automatically (since it thinks it's still the default browser).
__________________ ~ Projects ~ Specialized: Carapass Auction Watcher Libraries: bliplib Tools: manifest syntax highlighting & snippits |
|
#28
| ||||
| ||||
| |
|
#29
| |||
| |||
| If you are familiar with editing the registry, you might also check to see if you have permissions to change those keys as well. |
|
#30
| ||||
| ||||
| Quote:
If it works correctly you should see eight "The operation completed successfully" on your screen before pressing enter again.
__________________ ~ Projects ~ Specialized: Carapass Auction Watcher Libraries: bliplib Tools: manifest syntax highlighting & snippits |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Plug-in /Adds on Management feature? | chi | Chrome Tools | 3 | 06-29-2009 06:22 AM |
| Chrome Backup and Profile Management Tool | Chrome | Chrome Tools | 11 | 02-20-2009 04:17 PM |