This file contains 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
#!/bin/bash | |
# | |
# Copyright 2023-2024 Martin Goellnitz | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, |
This file contains 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
#!/bin/sh | |
# | |
# Find any changes in your workspace, which do not stem from the original | |
# CoreMedia internal sources. Optionally compare with CoreMedia or other | |
# git reference if there are any false positives from merges. | |
# | |
# Must be called from within workspace. | |
# | |
# Copyright 2018-2025 Martin Goellnitz | |
# |
This file contains 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
#!/bin/bash | |
# | |
# Copyright 2021-2025 Martin Goellnitz | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, |
This file contains 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
#!/bin/bash | |
# | |
# Deploy provided chef-solo archive if available and delete it | |
# | |
# $1 - workspace directory - default ~/coremedia9 | |
# $2 - node descriptor - default cms-9-single | |
# | |
# Copyright (c) 2017-2018, Martin Goellnitz | |
# All rights reserved. | |
# |
This file contains 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
#!/bin/bash | |
# | |
# Build workspace if last commit is not equal to the one stored previously. | |
# | |
# Optionally uses scp to copy resulting maven artifacts to a remote repository. | |
# | |
# $1 - workspace directory - default ~/coremedia9 | |
# $2 - WebDAV/HTTP publishing target - default none | |
# $3 - WebDAV/HTTP publishing username - default none | |
# $4 - WebDAV/HTTP publishing password - default none |
This file contains 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
#!/bin/bash | |
# | |
# Import theme from given workspace into CoreMedia CMS-9 | |
# | |
# $1 - importer user - default theme-importer | |
# $2 - importer user's password - default importingthemes | |
# $3 - workspace directory - default ~/coremedia9 | |
# $4 - themes subdirectory - default modules/frontend | |
# $5 - theme - default corporate | |
# |
This file contains 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
#!/bin/bash | |
# | |
# Call the CoreMedia CAE Bean Generator for any CMS Release, with | |
# or without workspace context and without separate preparation steps. | |
# | |
# Copyright 2017-2025 Martin Goellnitz | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or |
This file contains 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 Commerzbank Banking Add Blocker | |
// @namespace http://quiet.commerzbank.de | |
// @description Remove annoying add from banking home screen to retrieve space for other widgets | |
// @include htt*://kunden.commerzbank.de* | |
// @version 1.0 | |
// @copyright [email protected] | |
// ==/UserScript== | |
function deobfuscate() { | |
var oc = document.getElementById('wi1'); |
This file contains 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 Homee Noise Reducer | |
// @namespace http://home.noisereduc.er | |
// @description Remove annoying add and rubbish box from web Homee frontend | |
// @include htt*://*hom.ee* | |
// @version 1.0 | |
// @copyright [email protected] | |
// ==/UserScript== | |
function deobfuscate() { | |
var oc = document.getElementsByClassName('sentence'); |
This file contains 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
#!/bin/bash | |
# | |
# Copyright 2017-2021 Martin Goellnitz | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, |
NewerOlder