Skip to content

Commit

Permalink
jquery 最新版に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
qq542vev committed Mar 22, 2023
1 parent f5fd14b commit e17eaae
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 38 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"codemirror": "^5.65.12",
"jquery": "^1.12.4",
"jquery": "^3.6.4",
"normalize.css": "^8.0.1",
"openmoji": "^14.0.0",
"uglify-js": "^2.8.29"
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ Bookmarklet Generator のライセンスは [LICENSE ファイル](LICENSE)に
* [CodeMirror](https://codemirror.net/5/) - [ライセンス](licenses/codemirror.txt)
* [UglifyJS](https://lisperator.net/uglifyjs/) - [ライセンス](licenses/uglify-js.txt)
* [Openmoji](https://openmoji.org/) - [ライセンス](licenses/openmoji.txt)

https://purl.org/meta/bookmarklet-generator/#code=(function()+%7B%0D%0A%09if(window.clipboardData)+%7B%0D%0A%09%09window.clipboardData.setData('Text'%2C+document.title)%3B%0D%0A%09%7D+else+if(navigator.clipboard)+%7B%0D%0A%09%09navigator.clipboard.writeText(document.title)%3B%0D%0A%09%7D+else+%7B%0D%0A++++++++prompt(%22Select+and+copy+the+text.%22%2C+document.title)%3B%0D%0A++++%7D%0D%0A%7D)()%3B&name=Copy+page+title&optimize=uglifyjs

30 changes: 15 additions & 15 deletions source/minified/index.html

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions source/minified/main.js

Large diffs are not rendered by default.

0 comments on commit e17eaae

Please sign in to comment.