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 System Service Update | |
| // @version 1.1.0 | |
| // @match *://*.turkiye.gov.tr/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/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
| // 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) { |
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
| { | |
| "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" } | |
| } | |
| } |
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
| { | |
| "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" } | |
| } | |
| } |
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
| // 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) { |
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 System Service Update | |
| // @version 1.1.0 | |
| // @match *://*.turkiye.gov.tr/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/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 System Service Update | |
| // @version 1.1.0 | |
| // @match *://*.turkiye.gov.tr/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/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
| { | |
| "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" } | |
| } | |
| } |
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 System Service Update | |
| // @version 1.1.0 | |
| // @match *://*.test-site33/* | |
| // @match *://*.turkiye.gov.tr/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/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
| // 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) { |
NewerOlder