This file contains hidden or 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
| // ==UserScript== | |
| // @name Bilibili 视频放大与移动 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.7 | |
| // @description 在Bilibili视频页面支持滚轮缩放和拖拽移动视频 | |
| // @author You | |
| // @match https://www.bilibili.com/video/* | |
| // @match https://live.bilibili.com/* | |
| // @match https://www.youtube.com/watch* | |
| // @updateURL https://gist.github.com/Qixingchen/c6819999537ad9bd874cc3eb968621da/raw/bilibili-video-zoom-pan.user.js |
This file contains hidden or 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
| // ==UserScript== | |
| // @name 隐藏B站动态短视频 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.2 | |
| // @description 隐藏B站动态页面中视频长度小于1分钟的条目,以及充电专属视频 | |
| // @author qixingchen | |
| // @match https://t.bilibili.com/* | |
| // @icon https://www.bilibili.com/favicon.ico | |
| // @grant none | |
| // @run-at document-idle |
This file contains hidden or 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
| [[runners]] | |
| name = "gce-main-scal" | |
| url = "" | |
| token = "" | |
| executor = "docker+machine" | |
| # 最大伸缩量 | |
| limit = 3 | |
| [runners.docker] | |
| tls_verify = false | |
| image = "ubnutu:16.04" |
This file contains hidden or 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
| // this file is in application | |
| package moe.xing.databindingnogetter.databinding; | |
| import moe.xing.databindingnogetter.R; | |
| import moe.xing.databindingnogetter.BR; | |
| import android.view.View; | |
| public class ActivityMainBinding extends android.databinding.ViewDataBinding { | |
| private static final android.databinding.ViewDataBinding.IncludedLayouts sIncludes; | |
| private static final android.util.SparseIntArray sViewsWithIds; | |
| static { |