Kurroh



Recent bookmarks

  1. Public Bookmark 30

    Tags
    Summary

    This little Bookmarklet allows you to change the skin of the current page you are on with one click. It works on mobile as well

    Series
    Language:
    English
    Words:
    440
    Chapters:
    1/1
    Comments:
    6
    Kudos:
    34
    Bookmarks:
    30
    Hits:
    3,587

    18 Feb 2026

    Bookmarker's Notes

    javascript: (function() {let skin = 929;let url = new String(window.location);let b = url.split("#");let a = 'site_skin=';if (url.includes("?")) {a = '&' + a;} else {a = '?' + a;};window.location = b[0] + a + skin;})()