您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
https://connect.microsoft.com/Connect/feedback/details/797558
当前为
- // ==UserScript==
- // @name connect-anticlip-comments
- // @namespace http://userscripts.org/users/484734
- // @require https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
- // @icon http://cdn.ohnopub.net/cdn/binki/images/connect-797558-logo-clipped.png
- // @description https://connect.microsoft.com/Connect/feedback/details/797558
- // @include https://connect.microsoft.com/*
- // @include http://connect.microsoft.com/*
- // @version 0.3
- // ==/UserScript==
- this.jQuery = jQuery.noConflict(true);
- this.jQuery(document).ready(function() {
- var s = document.createElement('style');
- s.textContent='.FeedbackDetailsTabPageOuterRegion{width:auto;}';
- jQuery('head').append(s);
- });