File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name GoVetUCCollection
33// @namespace https://github.com/goveteth
4- // @version 0.1.1
4+ // @version 0.1.2
55// @description Govet UserScript Collection
66// @license MIT
77// @icon https://avatars.githubusercontent.com/u/124812342?v=4
1414// @require https://cdn.jsdelivr.net/npm/systemjs@6.15.1/dist/system.min.js
1515// @require https://cdn.jsdelivr.net/npm/systemjs@6.15.1/dist/extras/named-register.min.js
1616// @require data:application/javascript,%3B(typeof%20System!%3D'undefined')%26%26(System%3Dnew%20System.constructor())%3B
17- // @connect github.com
18- // @connect deepwiki.com
17+ // @connect motherless.com
1918// @grant GM_download
2019// @grant GM_xmlhttpRequest
2120// @noframes
Original file line number Diff line number Diff line change 11{
22 "name" : " govet-us-collection" ,
33 "type" : " module" ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "private" : true ,
66 "packageManager" : " pnpm@10.29.3" ,
77 "description" : " Govet UserScript Collection" ,
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export default defineConfig(async () => {
6464 grant : [ 'GM_xmlhttpRequest' , 'GM_download' ] ,
6565 updateURL : 'https://github.com/goveteth/us-collection/raw/main/dist/govet-us-collection.user.js' ,
6666 downloadURL : 'https://github.com/goveteth/us-collection/raw/main/dist/govet-us-collection.user.js' ,
67- connect : [ 'github.com' , 'deepwiki .com'] ,
67+ connect : [ 'motherless .com' ] ,
6868 noframes : true ,
6969 license : 'MIT' ,
7070 } ,
You can’t perform that action at this time.
0 commit comments