This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vue.js 9 hrs 51 mins █████████▌░░░░░░░░░░░ 45.4% | |
JavaScript 6 hrs 32 mins ██████▎░░░░░░░░░░░░░░ 30.1% | |
Go 1 hr 41 mins █▋░░░░░░░░░░░░░░░░░░░ 7.8% | |
JSON 1 hr 3 mins █░░░░░░░░░░░░░░░░░░░░ 4.9% | |
Markdown 43 mins ▋░░░░░░░░░░░░░░░░░░░░ 3.4% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🎮 Etrian Odyssey HD 🕘 1 hrs 53 mins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"MT_haplogroup": [ | |
{ | |
"Chinese_Location": "安哥拉", | |
"Haplo": "L", | |
"Location": "Angola", | |
"Time": "130000-200000YBP", | |
"Coordinate": "13.315,-8.75", | |
"Order": 1 | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "XrOwR146GEKHgFqr", | |
"cssRule": "dddd", | |
"currentSelector": null, | |
"executeScript": "2323", | |
"isAutoFolder": false, | |
"isAutoScroll": false, | |
"name": "方式", | |
"nextSelector": null, | |
"urlRule": "https://www.example.com", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//referer limit page 5, sad | |
var pages = $(".all_page span:last").text().match(/共(\d+)条/)[1] / 25; | |
var uid = location.href.match(/lib-song\/u\/(\d+)/)[1]; | |
pages = Math.ceil(pages); | |
var index = 1; | |
var i = 1; | |
var song_obj = []; | |
function getData(url){ | |
$.get(url, function(res){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> | |
<!-- | |
// ==UserScript== | |
// @name rebuild_userChrome_Alice0775_UC脚本管理器_火狐橙菜单+可拖动按钮版20130126.uc.xul | |
// @namespace http://space.geocities.yahoo.co.jp/gl/alice0775 | |
// @description Clear the cache of scripts for userChrome.js, Open a new window | |
// @note userChrome.js用のスクリプトのキャッシュをクリアーし,新しいウインドウを開く | |
// @include main | |
// @charset UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* :::::::: Sub-Script/Overlay Loader v3.0.40mod ::::::::::::::: */ | |
// automatically includes all files ending in .uc.xul and .uc.js from the profile's chrome folder | |
// New Features: | |
// supports Greasemonkey-style metadata for userChrome scripts and overlays | |
// supports a "main" shortcut for the main browser window in include/exclude lines | |
// supports regexes in the include/exclude lines | |
// scripts without metadata will run only on the main browser window, for backwards compatibility | |
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var data = function(time, user, spaceUrl, type){ | |
this.time = time; | |
this.user = user; | |
this.spaceUrl = spaceUrl; | |
this.type = type; | |
}; | |
var b_coin_chart = { | |
datas: [], | |
init: function(){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.10) | |
// Compass (v1.0.0.alpha.20) | |
// ---- | |
//~~配色方案 | |
$switch:yellow; | |
//配色方案~~ | |
$welcome-word:"百度贴吧 ★ "; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.10) | |
// Compass (v1.0.0.alpha.20) | |
// ---- | |
//~~配色方案 | |
$switch:yellow; | |
//配色方案~~ | |
$welcome-word:"百度贴吧 ★ "; |
NewerOlder