Socket
Socket
Sign inDemoInstall

hexo-mrzefr-filebed

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-mrzefr-filebed - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

11

js/rightmenu/rightmenu.js

@@ -220,2 +220,13 @@ let mr = {};

};
//自动输入评论
mr.comment = function() {
var hasComment = document.getElementById('post-comment');
if (hasComment){
window.location.href = '#post-comment';
$("#twikoo>.tk-comments>.tk-submit textarea.el-textarea__inner").val("> "+document.getSelection().toString()+"\n\n").focus().change();
}
else{
window.location = "/comments/#post-comment"
}
};
//关闭右键菜单

@@ -222,0 +233,0 @@ function mrmenuOff(){

2

package.json
{
"name": "hexo-mrzefr-filebed",
"version": "1.0.5",
"version": "1.0.6",
"description": "Hello World",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc