ajax 返回红点,移除CSDN系统通知小红点

Hvordan installere

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

OK

Hvordan installere

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

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

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

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

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

OK

// ==UserScript==

// @name 移除CSDN系统通知小红点

// @namespace https://h3110w0r1d.com/

// @version 0.2

// @description 运行时期选document-body,可移除CSDN系统通知小红点,如需清空系统通知请将脚本中第二个请求取消注释

// @author h3110w0r1d

// @match https://*.csdn.net/*

// @grant none

// ==/UserScript==

(function() {

'use strict';

$.ajax({

type: 'POST',

url: "https://msg.csdn.net/v1/web/message/view/message",

contentType:'application/json;charset=UTF-8',

data: '{"type":4}',

xhrFields: {

withCredentials:true

},

success: function (data) {

;

}

});

/*

$.ajax({

type: 'POST',

url: "https://msg.csdn.net/v1/web/message/delete/all",

contentType:'application/json;charset=UTF-8',

data: '{"type":4}',

xhrFields: {

withCredentials:true

},

success: function (data) {

;

}

});

*/

})();

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值