Guest User

товарищу Panzerschrek[CN] с наилучшими пожеланиями

a guest
Mar 23rd, 2020
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         gamedev yandex search
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  try to take over the world!
  6. // @author       You
  7. // @match        https://gamedev.ru/*
  8. // @grant        none
  9. // ==/UserScript==
  10.  
  11. Search.submit =
  12.     function (form) {
  13.         window.location.href = 'https://yandex.ru/search/?text=' + encodeURIComponent('site:' + document.domain + ' ' + form.q.value);
  14.         return false;
  15.     };
Add Comment
Please, Sign In to add comment