Skip to content

Instantly share code, notes, and snippets.

@renatopanda
renatopanda / Google Scholar Current Year Citation Estimate.user.js
Last active February 26, 2022 22:10
Small Tampermonkey Userscript to show current year citation estimate
// ==UserScript==
// @name Google Scholar Current Year Citation Estimate
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://scholar.google.pt/citations?*
// @match https://scholar.google.com/citations?*
// @icon https://www.google.com/s2/favicons?domain=google.pt
// @grant none
@renatopanda
renatopanda / install.sh
Created December 17, 2017 23:12 — forked from ziadoz/install.sh
Install Chrome, ChromeDriver and Selenium on Ubuntu 16.04
#!/usr/bin/env bash
# https://developers.supportbee.com/blog/setting-up-cucumber-to-run-with-Chrome-on-Linux/
# https://gist.github.com/curtismcmullan/7be1a8c1c841a9d8db2c
# http://stackoverflow.com/questions/10792403/how-do-i-get-chrome-working-with-selenium-using-php-webdriver
# http://stackoverflow.com/questions/26133486/how-to-specify-binary-path-for-remote-chromedriver-in-codeception
# http://stackoverflow.com/questions/40262682/how-to-run-selenium-3-x-with-chrome-driver-through-terminal
# http://askubuntu.com/questions/760085/how-do-you-install-google-chrome-on-ubuntu-16-04
# Versions
CHROME_DRIVER_VERSION=`curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE`