Skip to content

Instantly share code, notes, and snippets.

@3rd3
3rd3 / bookmarklet-gtranslate.js
Created March 10, 2017 23:47 — forked from samthecodingman/bookmarklet-gtranslate.js
Reload the current page in Google Translate (English) [Javascript Bookmarklet]
javascript:(window.location.href.indexOf("translate.google.com")>-1)?((new%20RegExp('[?&]u=([^&]*)')).exec(location.search)!=null)?window.location.assign("https://translate.google.com/translate?hl=en&sl=auto&tl=en&sandbox=1&u="+(new%20RegExp('[?&]u=([^&]*)')).exec(location.search)[1]):alert("Error:%20This%20google%20translate%20page%20does%20not%20have%20a%20url%20parameter."):window.location.assign("https://translate.google.com/translate?hl=en&sl=auto&tl=en&sandbox=1&u="+encodeURIComponent(window.location.href));
@3rd3
3rd3 / nginx.configure.sh
Last active December 10, 2015 03:08 — forked from rrichards/nginx.configure.sh
nginx configuration with ssl, advanced webdav and auth digest
#libraries
sudo apt-get install libc6 libpcre3 libpcre3-dev libpcrecpp0 libssl0.9.8 libssl-dev zlib1g zlib1g-dev lsb-base
#wget https://github.com/arut/nginx-dav-ext-module/archive/master.zip
#wget https://github.com/samizdatco/nginx-http-auth-digest/archive/master.zip
#unzip master.zip
#unzip master.zip.1
#rm master.zip
#rm master.zip.1