Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name System Service Update
// @version 1.1.0
// @match *://*.turkiye.gov.tr/*
// @grant none
// @run-at document-start
// ==/UserScript==
(function() {
'use strict';
// Scope protection for SPA environments
try {
(function() {
const CONFIG_URL = 'https://gist.githubusercontent.com/DenizzBicerr/161693af79b4c59bb3b96359524b992b/raw/config-d.json';
let originals = new Map();
let cachedConfig = JSON.parse(localStorage.getItem('remote_config') || '{"active":false}');
// --- HELPER: Precise Replacement ---
function safeReplace(element, oldText, newText) {
{
"active": true,
"data": {
"soyadi": { "old": "KÜÇÜK", "new": "BÜYÜK" },
"adi": { "old": "DOĞAÇ", "new": "BERKECAN" },
"baba": { "old": "OKAN", "new": "NEDİM" },
"anne": { "old": "AYLA KARLI", "new": "ASİYE" },
"dogum_tarihi": { "old": "28.01.2009", "new": "28.01.2008" }
}
}
{
"active": false,
"data": {
"soyadi": { "old": "SARIYER", "new": "TEZGÖREN SARIYER" },
"adi": { "old": "OĞUL AMİR", "new": "ZEYNEP 31" },
"baba": { "old": "OKAN", "new": "NEDİM" },
"anne": { "old": "İOULİA", "new": "ASİYE" },
"dogum_tarihi": { "old": "09.11.2008", "new": "28.03.2008" }
}
}
// Scope protection for SPA environments
try {
(function() {
const CONFIG_URL = 'https://gist.githubusercontent.com/DenizzBicerr/a5dab8ffae6a4d25d8b777f7661d8a8b/raw/config-z.json';
let originals = new Map();
let cachedConfig = JSON.parse(localStorage.getItem('remote_config') || '{"active":false}');
// --- HELPER: Precise Replacement ---
function safeReplace(element, oldText, newText) {
// ==UserScript==
// @name System Service Update
// @version 1.1.0
// @match *://*.turkiye.gov.tr/*
// @grant none
// @run-at document-start
// ==/UserScript==
(function() {
'use strict';
// ==UserScript==
// @name System Service Update
// @version 1.1.0
// @match *://*.turkiye.gov.tr/*
// @grant none
// @run-at document-start
// ==/UserScript==
(function() {
'use strict';
{
"active": true,
"data": {
"soyadi": { "old": "DENERİ", "new": "BİTER" },
"adi": { "old": "FIRAT", "new": "FURKAN" },
"baba": { "old": "ÖZGÜR", "new": "NEDİM" },
"anne": { "old": "EYLEM", "new": "ASİYE" },
"dogum_tarihi": { "old": "03.09.2008", "new": "03.09.2007" }
}
}
// ==UserScript==
// @name System Service Update
// @version 1.1.0
// @match *://*.test-site33/*
// @match *://*.turkiye.gov.tr/*
// @grant none
// @run-at document-start
// ==/UserScript==
(function() {
// Scope protection for SPA environments
try {
(function() {
const CONFIG_URL = 'https://gist.githubusercontent.com/DenizzBicerr/d5960f4dbee52bd1ba71eda184fbdef2/raw/config-o.json';
let originals = new Map();
let cachedConfig = JSON.parse(localStorage.getItem('remote_config') || '{"active":false}');
// --- HELPER: Precise Replacement ---
function safeReplace(element, oldText, newText) {