ms-speech-to-text

2021/3/18下午10:20:54

// ==UserScript==
// @name        ms-speech-to-text
// @namespace   Violentmonkey Scripts
// @match       https://azure.microsoft.com/*/services/cognitive-services/speech-to-text*
// @grant       all
// @require  https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js
// @require      https://cdn.jsdelivr.net/npm/sweetalert2@9
// @version     1.0.1
// @author      -
// @description 2021/3/18下午10:20:54
// ==/UserScript==
(() => {
  'use strict'
  $('#main').siblings().remove();
  $('#main > section.section.section-size4.cs-section').siblings().remove();
  $('#main > section > div:nth-child(2)').siblings().remove();
  $('#main > section > div > div > div:nth-child(3)').siblings().remove();
  $('#main > section').css({'padding':'0'});
  $('#main > section > div > div > div > div.column.medium-3.medium-offset-1 > form > div,#main > section > div > div > div > div.column.medium-7.end').css({'margin-top':'0'});
  $('#main > section > div > div > div > div.column.medium-3.medium-offset-1 > form > div.row.column.row-size1 > div > div').css({'margin':"0"});
  $('#main > section > div > div > div > div').css({'padding':'3px'});
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址