Greasy Fork is available in English.

bypassbalabala

跳过知识产权局废话

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

// ==UserScript==
// @name         bypassbalabala
// @namespace    http://tampermonkey.net/
// @version      0.1.1
// @description  跳过知识产权局废话
// @author       peasshoter
// @include        http://cpservice.sipo.gov.cn/home/toDisclaimer.action
// @include       http://cpquery.cnipa.gov.cn/*
// @grant        none
// ==/UserScript==

if (location.hostname === 'cpservice.sipo.gov.cn') {
    window.location.href="http://cpservice.sipo.gov.cn/dzsq/business.jsp?witchPage=2";
}


//if (location.hostname === 'cpquery.sipo.gov.cn') {
//    var ps=document.querySelectorAll("img");
//    ps[7].click()
    //$('div.wrap').children('div.login_wrap').children('div.sear').children('img').click();


    //    $('#agreeid').attr("checked","checked");
    //    $('#disagreeid').removeAttr("checked");
    //    $('#goBtn').removeAttr("disabled");
    //    $('#goBtn').click();
//}
if (location.hostname === 'cpquery.cnipa.gov.cn') {

        $('#agreeid').attr("checked","checked");
        $('#disagreeid').removeAttr("checked");
        $('#goBtn').removeAttr("disabled");
        $('#goBtn').click();
}

//$(document).ready(click);}