Skip to content

Instantly share code, notes, and snippets.

View dahaha-365's full-sized avatar

Dahaha dahaha-365

  • Global
View GitHub Profile
@dahaha-365
dahaha-365 / hoverE-js.js
Last active August 29, 2015 14:13
hover follow glow
$(document).ready(function() {
$(".hoverE-js").mousemove(function(a) {
var b = $(this);
b.hasClass("selected") || (a = "radial-gradient(" + (a.pageX - b.offset().left) + "px 100% , rgba(255,255,255,.85), rgba(255, 255, 255, 0))", $(this).css({
"background-image": "-webkit-" + a
}))
}).on("click mouseleave", function() {
$(this).removeAttr("style")
});
});
@dahaha-365
dahaha-365 / lazy_script.js
Last active November 15, 2024 15:04
Clash Verge Rev 全局扩展脚本(懒人脚本配置)
/***
* Clash Verge Rev 全局扩展脚本(懒人配置)/ Mihomo Party 覆写脚本
* URL: https://gist.github.com/dahaha-365/0b8beb613f8d1ee656fe1f21e1a07959
*/
/**
* 整个脚本的总开关,在Mihomo Party使用的话,请保持为true
* true = 启用
* false = 禁用
*/
@dahaha-365
dahaha-365 / profile.yaml
Last active November 13, 2024 17:57
Stash 快捷懒人配置
proxy-providers:
Provider-1:
interval: 600
url: http://sub.store/download/Provider-1?target=Stash
Provider-2:
interval: 600
url: http://sub.store/download/Provider-2?target=Stash
Provider-3:
interval: 600
url: http://sub.store/download/Provider-3?target=Stash