Skip to content

chino/greasemonkey-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

greasemonkey-scripts

Greasemonkey scripts I use for Firefox and Chrome.

Note: Chrome doesn't support @require hence I chose so far to use straight js even though there is ways around it.

Chrome Policy

Chrome has begun blocking all extensions that are not installed via the app store:

There is some work arounds:

What worked for me was setting a whitelist policy:

Example policy file on OSX:

$ cat /Library/Managed\ Preferences/$USER/com.google.Chrome.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
       	<key>ExtensionInstallWhitelist</key>
       	<array>
       		<string>gefldlgdhhcnafgmkibingppkhmbofgg</string>
       	</array>
</dict>
</plist>

About

Greasemonkey scripts I use for Firefox and Chrome.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published