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 Ugenr.dk Konfetti Ved Knaptryk | |
| // @namespace ugenr.dk | |
| // @description Tilføjer en festlig konfetti-animation, når du trykker på "➜" knappen på Ugenr.dk. | |
| // @match https://ugenr.dk/ | |
| // @grant GM_addStyle | |
| // @version 1.0 | |
| // ==/UserScript== | |
| (function() { |
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 Scroll til Bund Knap på GitHub CrewAI | |
| // @description Tilføjer en knap i nederste venstre hjørne, der scroller til bunden af GitHub CrewAI-siden. | |
| // @match https://github.com/crewAIInc/crewAI | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; |
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 Redden the Week Number | |
| // @description Changes the text color of the current week number on Ugenr.dk to red. | |
| // @match https://ugenr.dk/ | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; |
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 Autofill next week number on Ugenr.dk | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Automatically extracts the current week number from Ugenr.dk and pre-fills the query input field with the next week number. | |
| // @author Tampermonkey Expert | |
| // @match https://ugenr.dk/* | |
| // @grant none | |
| // ==/UserScript== |
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 Ugenr.dk - Faded Green Description | |
| // @description Gør teksten for ugebeskrivelsen på Ugenr.dk faded grøn. | |
| // @match https://ugenr.dk/ | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; |
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 Ugenr.dk - Faded Green Description | |
| // @description Gør teksten for ugebeskrivelsen på Ugenr.dk faded grøn. | |
| // @match https://ugenr.dk/ | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; |
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 Ugenr.dk - Faded Green Description | |
| // @description Gør teksten for ugebeskrivelsen på Ugenr.dk faded grøn. | |
| // @match https://ugenr.dk/ | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; |
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 Ugenr.dk - Modificer Søgeknap | |
| // @description Ændrer udseendet og teksten på søgeknappen på Ugenr.dk. | |
| // @match https://ugenr.dk/ | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; |
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 Ugenr.dk - Modificer Søgeknap | |
| // @description Ændrer udseendet og teksten på søgeknappen på Ugenr.dk. | |
| // @match https://ugenr.dk/ | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; |
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 Ugenr.dk - Gør ugenummer rød | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Ændrer farven på ugenummeret til rød på Ugenr.dk | |
| // @author TampermonkeyExpert | |
| // @match https://ugenr.dk/ | |
| // @grant none | |
| // ==/UserScript== |
NewerOlder