Skip to content

Instantly share code, notes, and snippets.

@taikulawo
Last active May 15, 2020 00:40
Show Gist options
  • Save taikulawo/b64c0d205a12ab0bc833611ea9123e5c to your computer and use it in GitHub Desktop.
Save taikulawo/b64c0d205a12ab0bc833611ea9123e5c to your computer and use it in GitHub Desktop.
记录一下自己gist上编写-保留的有用的代码 :)
1. 将youtube的字幕设置为浮动,可以在整个网页拖拽,mutationobserve 监控DOM更改
https://gist.github.com/iamwwc/341b0513f9b22b1067a479225f3d6626
2. mutationobserve 监控DOM更改,做成了script,用来引用,但gist由于csp限制,现在只能在油猴里面require进来
https://gist.github.com/iamwwc/680fcfe42a3e7f9fe180e1456e24cb4d
3. vscode匹配 /**/ 注释,抄作业的时候看到名字注释太多,所以用正则都去掉
https://gist.github.com/iamwwc/ecc9c8f3086d2e3c67b2cfe8c03d5746
4. ublock origin filter rules---常用的网站屏蔽了多数广告,以及不和谐的UI
https://gist.github.com/iamwwc/fad5f9f86b1dbb5aa04adb5af0638cc4
5. 牛客ublock origin filter ---干掉牛客推荐广告
https://gist.github.com/iamwwc/f27fd88e8da872ed611b27f0fe9d268d
6. ublock origin移除掉彭博社web版本免费文章限制
https://gist.github.com/iamwwc/8f3ca3ff05aa975ceae8b8b02d0c485b
7. v2ray配置过程中用到的bash
https://gist.github.com/iamwwc/e33974e62b9a93cd193b0def82c6a02e
8. 油猴脚本-移除知乎web首页广告
https://gist.github.com/iamwwc/9dd41c7089530b94fdc030216ae0817a
9. React Observable
https://gist.github.com/iamwwc/d39d589e8ab5d1c121f910ffe1fbed68
10. 固定youtube subtitle,并让其可选择,划词翻译软件能够正常使用
https://gist.github.com/iamwwc/8bf9d1ea3aa38120a9ed07014cd5d73e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment