https://github.com/mnao305/mai-score-bookmarklet
舞スコアへのスコアデータ登録用のブックマークレット
https://github.com/mnao305/mai-score-bookmarklet
Last synced: 2 months ago
JSON representation
舞スコアへのスコアデータ登録用のブックマークレット
- Host: GitHub
- URL: https://github.com/mnao305/mai-score-bookmarklet
- Owner: mnao305
- Created: 2019-07-25T14:41:21.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-18T17:15:31.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T19:43:52.518Z (4 months ago)
- Language: Vue
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# mai-score-bookmarklet
## ブックマークレット
```
javascript:(function(d,s){let i=location.hostname.indexOf('maimaidx.jp');if(i!=-1){let g=d.createElement('div');g.id='mai-score-bookmarklet';d.body.appendChild(g);let s=d.createElement('script');s.src='//mai-score-bookmarklet.web.app/js/app.js'+'?'+Date.now();d.body.appendChild(s);let c=d.createElement('script');c.src='//mai-score-bookmarklet.web.app/js/chunk.js'+'?'+Date.now();d.body.appendChild(c);let a=d.createElement('link');a.href='//mai-score-bookmarklet.web.app/css/app.css'+'?'+Date.now();a.rel="stylesheet";a.type="text/css";d.body.appendChild(a);}else{if(confirm('maimaiでらっくすNETを開きますか?')){window.open('https://maimaidx.jp');}}})(document)
``````
javascript:
(function(d,s){
let i=location.hostname.indexOf('maimaidx.jp');
if(i!=-1){
let g=d.createElement('div');g.id='mai-score-bookmarklet';d.body.appendChild(g);
let s=d.createElement('script');s.src='//mai-score-bookmarklet.web.app/js/app.js'+'?'+Date.now();d.body.appendChild(s);
let c=d.createElement('script');c.src='//mai-score-bookmarklet.web.app/js/chunk.js'+'?'+Date.now();d.body.appendChild(c);
let a=d.createElement('link');a.href='//mai-score-bookmarklet.web.app/css/app.css'+'?'+Date.now();a.rel="stylesheet";a.type="text/css";d.body.appendChild(a);
}else{
if(confirm('maimaiでらっくすNETを開きますか?')){
window.open('https://maimaidx.jp');
}
}
})(document)
```## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).