Greasemonkey is disabled in Chrome by default but it can be enabled through the following:
1. Go to this website, where there are many builds types of Chromium to download. Look for the most recent version and download it onto your PC. Extract the downloaded files to a new folder.
2. Now, we need to run a file, preferably using a tiny script. To create the script, open notepad and copy/paste into it this line: chrome.exe –enable-greasemonkey. Save the file with any name you like. Note: when you write this line in the notepad, also prefix the path of chrome.exe. For example: c:\chromefiles\chrome.exe –enable-greasemonkey
3. From the extracted files from the download, copy all with .user.js extension to the c:\scripts directory. The files with .user.js are scripts that you will run.
You can download more scripts from userscripts.org. Just go to the website, click on the script you want, when the new page opens, click on Install and the script will show on the page. Just copy and paste the whole text from the screen to notepad then save the file in c:\scripts folder. Give it any name and an .user.js extension.
Finally, open Chrome or refresh it to see the changes and you are done.