drive dos piratas
当前为
// ==UserScript==
// @name Os Piratas
// @description drive dos piratas
// @namespace https://os-piratas.slack.com
// @namespace https://greasyfork.org/users/11005
// @include https://www.waze.com/pt-BR/editor/*
// @version 1.2
// ==/UserScript==
document.getElementsByTagName("h3")[0].onclick = function() {abreLink();};
function abreLink(){
location.href ='https://drive.google.com/folderview?id=0B0Lrss5N3qIoczQ2WnN3XzFya1E&usp=sharing';
}